-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.5.4
-
Component/s: Concurrency
-
None
-
Fully Compatible
-
ALL
groupCommitWithLimitedLocks() isn't really letting other stuff run in parallel, it appears, as there will be contention on groupCommitMutex even though it's not locking the db's themselves. I will look into it.