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
Summary:
On I/O error, error strings can be fetched by
rocksdb::String.ToString().c_str(), though errno is lost.
This diff adds messages on I/O error.
This diff also updates RocksDB revision to the latest, and fixed a
compiler error.
@update-submodule: rocksdb
Test Plan:
Simulated disk error then got below message and crashed.
2015-09-10 11:49:33 3218281 [ERROR] RocksDB: Failed to write to WAL -
status 5, IO error: ./.rocksdb/000038.log: No space left on device
2015-09-10 11:49:33 3218281 [ERROR] RocksDB: Aborting on WAL write
error.
Reviewers: spetrunia, hermanlee4, maykov
Reviewed By: maykov
Differential Revision: https://reviews.facebook.net/D46599
0 commit comments