-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 6.0.1
-
Component/s: DVCS Accounts, DVCS Connector
-
6
-
6
-
Severity 3 - Minor
-
1
Issue Summary
DVCS accounts are synchronized using only one thread. The setting dvcs.connector.synchronization.threads_per_consumer has no effect.
Steps to Reproduce
- Configure a DVCS account in Jira
- Perform synchronizations that take a long time
Expected Results
Up to dvcs.connector.synchronization.threads_per_consumer threads should perform the synchronization
Actual Results
Only one thread is performing the synchronization. This is evident by looking at thread dumps as well as log outputs for MessageExecutor:thread-1, and never thread-2 for example.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- relates to
-
JSWSERVER-15800 Add support for multi thread sync operations for DVCS connector
- Closed
- duplicates
-
FUSE-3052 Loading...