-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.0.7, 3.2.0-rc3
-
Component/s: Concurrency
-
None
-
Fully Compatible
-
ALL
-
0
There is code in the lock manager, which attempts to increase system throughput in the case of long-running operations holding intent locks.
This code has the side effect of starving the 'strong' locks (S and X) when there is high load and an interleave of intents on the granted list, which is what would happen under a normal stream of requests. This has caused a bug where replication step down won't complete within the desired timeout.