-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.12.0
-
Component/s: None
-
Labels:
-
Story Points:3
-
Epic Link:
-
Sprint:K Sprint #2 - Platform
When a server crashes while Copycat is writing a log entry, the entry can become corrupted and cause exceptions when the server is restarted and builds the index from the log. Copycat should use per-entry checksums to ensure the integrity of entries when recovering from the log (can't use per-segment checksums since segments cannot be discarded - only uncommitted entries can).