Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix handling of snapshots with 0 segments #55

Merged
merged 2 commits into from
Feb 23, 2021
Merged

fix handling of snapshots with 0 segments #55

merged 2 commits into from
Feb 23, 2021

Conversation

mschoch
Copy link
Member

@mschoch mschoch commented Feb 23, 2021

the snapshot loading code did not properly handle
very small snapshot files, in which some peek'd values
hit the end of the file. the rest of the code in this
area seems sound, just had to consider the possibility
of EOF.

also a typo in a log message was fixed

fixes #54

the snapshot loading code did not properly handle
very small snapshot files, in which some peek'd values
hit the end of the file.  the rest of the code in this
area seems sound, just had to consider the possibility
of EOF.

also a typo in a log message was fixed

fixes #54
@mschoch mschoch added this to the v0.1.6 milestone Feb 23, 2021
@mschoch mschoch merged commit 6562a92 into master Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenWriter is failing after removing all entries
1 participant