-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
6.0.1
-
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 Failed to load
Form Name |
---|
Thank you for that fix.
Cheers,
Gonchik