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

Running out of disk space ends process and corrupts store. #113

Open
evoskuil opened this issue Feb 10, 2017 · 2 comments
Open

Running out of disk space ends process and corrupts store. #113

evoskuil opened this issue Feb 10, 2017 · 2 comments

Comments

@evoskuil
Copy link
Member

Because there are multiple independent files a lack of disk space on one cannot gracefully suspend a write. The other file may have been written, resulting in an inconsistency. As a result, when growth fails the process terminates and the store is left marked as corrupted. Cross-file write atomicity may be a performance hit that we don't want to accept. But this issue should be managed more gracefully.

@evoskuil evoskuil added this to the 4.0 milestone Feb 10, 2017
@evoskuil evoskuil changed the title Running out of disk space terminates process and corrupts store. Running out of disk space end process and corrupts store. Feb 10, 2017
@evoskuil evoskuil changed the title Running out of disk space end process and corrupts store. Running out of disk space ends process and corrupts store. Feb 27, 2017
@evoskuil
Copy link
Member Author

evoskuil commented Jan 3, 2019

Mitigated somewhat by configurable file size minimums.

@evoskuil evoskuil removed this from the 4.0 milestone Jan 3, 2019
@evoskuil
Copy link
Member Author

evoskuil commented Mar 21, 2024

Mitigated by existence of live snapshotting in current builds of v4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant