Details
-
Improvement
-
Resolution: Won't Do
-
Major
-
None
-
5.0.0
-
None
Description
With potentially lowering the checkpoint interval (MB-18961), it's possible that we could have multiple concurrent checkpointing goroutines updating the checkpoint document persisted in the metakv store.
To tackle this issue, we should start using the revision numbers so that we can properly handle collisions.