Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

LevelDbEventLog cannot restore correct EventLogClock after event deletion #214

Closed
volkerstampa opened this issue Feb 16, 2016 · 0 comments · Fixed by #215
Closed

LevelDbEventLog cannot restore correct EventLogClock after event deletion #214

volkerstampa opened this issue Feb 16, 2016 · 0 comments · Fixed by #215
Assignees
Labels
Milestone

Comments

@volkerstampa
Copy link
Contributor

LevelDbEventLog stores periodically a snapshot of the current EventLogClock and restores its state at startup from this snapshot and following events. In case of physical deletion of these events the state cannot properly be restored.

@volkerstampa volkerstampa self-assigned this Feb 16, 2016
@volkerstampa volkerstampa added this to the 0.6 milestone Feb 16, 2016
volkerstampa added a commit that referenced this issue Feb 16, 2016
- Do not delete events after LevelDbEventLog's EventLogClock snapshot
  as they are required for EventLogClock-recovery at startup
- closes #214
volkerstampa added a commit that referenced this issue Feb 17, 2016
- Do not delete events after LevelDbEventLog's EventLogClock snapshot
  as they are required for EventLogClock-recovery at startup
- closes #214
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant