You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: