-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.12.0
-
Component/s: None
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:K Sprint #2 - Platform
The ConsistentMap state machine uses versions for map entries. However, the way that versions are computed allows for inconsistencies across servers because independent incremental compaction can result in different entry sets being applied to different servers after a failure/restart. {{ConsistentMap}}s should use the Raft log indexes for entry versioning to ensure consistency across servers.