Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Test class that reproduces "late-write inconsistencies". These are a type of inconsistencies that can happen if a write manages to be sent to DocumentStore after the lease expired and other instances already did a lastRevRecovery. This is a scenario that can occur if the JVM experiences a stop-the-world JVM-GC for longer than the lease duration (eg 2min)