-
Type: Bug
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl B (10/30/15)
-
0
If setReadFromMajorityCommittedSnapshot() returns that there is no committed snapshot yet available, we then waitForNewSnapshot() and try again.
There is a race between the two calls; if a snapshot is generated in between the two calls, and no further writes are made, then we will hang forever.