rocksdb/db/db_impl
Akanksha Mahajan eef27d0048 Bug fix to remove function calling in assert statement (#7581)
Summary:
Remove function calling in assert statement as assert is a no
op in opt build and that function might not be called. This causes hang
in closing RocksDB when refit level is set.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/7581

Test Plan: make check -j64

Reviewed By: riversand963

Differential Revision: D24466420

Pulled By: akankshamahajan15

fbshipit-source-id: 97db4ec5a95ae693c3290e176a3c12a9b1ad2f6d
2020-10-21 20:18:06 -07:00
..
db_impl_compaction_flush.cc Bug fix to remove function calling in assert statement (#7581) 2020-10-21 20:18:06 -07:00
db_impl_debug.cc Periodically flush info log out of application buffer (#7488) 2020-10-01 19:14:14 -07:00
db_impl_experimental.cc Replace reinterpret_cast with static_cast_with_check (#7067) 2020-07-02 19:25:41 -07:00
db_impl_files.cc Report error of GetChildren (#7459) 2020-09-29 15:27:00 -07:00
db_impl_open.cc Enforce status check for corruption_test (#7453) 2020-10-02 22:11:00 -07:00
db_impl_readonly.cc RocksJava - Add errorIfLogFileExists parameter to RocksDB.openReadOnly (#7046) 2020-09-17 15:41:25 -07:00
db_impl_readonly.h RocksJava - Add errorIfLogFileExists parameter to RocksDB.openReadOnly (#7046) 2020-09-17 15:41:25 -07:00
db_impl_secondary.cc Enable status check for db_secondary_test (#7487) 2020-10-02 11:23:36 -07:00
db_impl_secondary.h RocksJava - Add errorIfLogFileExists parameter to RocksDB.openReadOnly (#7046) 2020-09-17 15:41:25 -07:00
db_impl_write.cc Add db_flush_test to ASSERT_STATUS_CHECKED list (#7476) 2020-10-12 15:18:00 -07:00
db_impl.cc Bug fix to remove function calling in assert statement (#7581) 2020-10-21 20:18:06 -07:00
db_impl.h Periodically flush info log out of application buffer (#7488) 2020-10-01 19:14:14 -07:00
db_secondary_test.cc Enable status check for db_secondary_test (#7487) 2020-10-02 11:23:36 -07:00