rocksdb/db/db_impl
anand76 5d6e8df1cf Ignore shutdown error during compaction (#5400)
Summary:
The PR #5275 separated the column dropped and shutdown status codes. However, there were a couple of places in compaction where this change ended up treating a ShutdownInProgress() error as a real error and set bg_error. This caused MyRocks unit test to fail due to WAL writes during shutdown returning this error. Fix it by ignoring the shutdown status during compaction.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5400

Differential Revision: D15611680

Pulled By: anand1976

fbshipit-source-id: c602e97840e3ae24eb420d61e0ce95d3e6258632
2019-06-03 22:40:43 -07:00
..
db_impl.cc Call ValidateOptions from SetOptions (#5368) 2019-06-03 19:49:57 -07:00
db_impl.h Ignore shutdown error during compaction (#5400) 2019-06-03 22:40:43 -07:00
db_impl_compaction_flush.cc Ignore shutdown error during compaction (#5400) 2019-06-03 22:40:43 -07:00
db_impl_debug.cc Organizing rocksdb/db directory 2019-05-31 11:57:01 -07:00
db_impl_experimental.cc Organizing rocksdb/db directory 2019-05-31 11:57:01 -07:00
db_impl_files.cc Organizing rocksdb/db directory 2019-05-31 11:57:01 -07:00
db_impl_open.cc Call ValidateOptions from SetOptions (#5368) 2019-06-03 19:49:57 -07:00
db_impl_readonly.cc Make format 2019-05-31 15:24:43 -07:00
db_impl_readonly.h Organizing rocksdb/db directory 2019-05-31 11:57:01 -07:00
db_impl_secondary.cc Move some logging related files to logging/ (#5387) 2019-05-31 17:23:59 -07:00
db_impl_secondary.h Organizing rocksdb/db directory 2019-05-31 11:57:01 -07:00
db_impl_write.cc Organizing rocksdb/db directory 2019-05-31 11:57:01 -07:00
db_secondary_test.cc Make format 2019-05-31 15:24:43 -07:00