We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've produced a reproduction using Electron Fiddle that consistently corrupts Chromium's leveldb when there is no disk space left.
My assumption was that leveldb would preserve all existing data when a write isn't possible rather than result in a corruption of the database.
This gist can be run using Electron Fiddle. It has resulted in a db corruption every time I've tested it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've produced a reproduction using Electron Fiddle that consistently corrupts Chromium's leveldb when there is no disk space left.
My assumption was that leveldb would preserve all existing data when a write isn't possible rather than result in a corruption of the database.
This gist can be run using Electron Fiddle. It has resulted in a db corruption every time I've tested it.
The text was updated successfully, but these errors were encountered: