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
db->CompactRange(nullptr, nullptr) sometime case a coredump. And there are long time for reopen db . there are gdb info:
#0 0x000000376ac32925 in raise () from /lib64/libc.so.6 #1 0x000000376ac34105 in abort () from /lib64/libc.so.6 #2 0x000000376ac2ba4e in __assert_fail_base () from /lib64/libc.so.6 #3 0x000000376ac2bb10 in __assert_fail () from /lib64/libc.so.6 #4 0x000000000047dda2 in rocksdb::DBImpl::RunManualCompaction (this=this@entry=0x1828800, cfd=cfd@entry=0x17b0a80, input_level=input_level@entry=4,
output_level=output_level@entry=4, output_path_id=output_path_id@entry=0, begin=begin@entry=0x0, end=end@entry=0x0) at db/db_impl.cc:1881
#5 0x0000000000491a7d in rocksdb::DBImpl::CompactRange (this=0x1828800, column_family=, begin=0x0, end=0x0, reduce_level=false,
target_level=-1, target_path_id=0) at db/db_impl.cc:1671
#6 0x00000000005217bd in rocksdb::StackableDB::CompactRange (this=this@entry=0x1738630, column_family=, begin=,
end=end@entry=0x0, reduce_level=reduce_level@entry=false, target_level=-1, target_path_id=target_path_id@entry=0)
at ./include/rocksdb/utilities/stackable_db.h:132
#7 0x000000000049a00c in rocksdb::DB::CompactRange (this=0x1738630, begin=, end=0x0, reduce_level=false, target_level=,
target_path_id=0) at ./include/rocksdb/db.h:360
The text was updated successfully, but these errors were encountered:
db->CompactRange(nullptr, nullptr) sometime case a coredump. And there are long time for reopen db . there are gdb info:
#0 0x000000376ac32925 in raise () from /lib64/libc.so.6
#1 0x000000376ac34105 in abort () from /lib64/libc.so.6
#2 0x000000376ac2ba4e in __assert_fail_base () from /lib64/libc.so.6
#3 0x000000376ac2bb10 in __assert_fail () from /lib64/libc.so.6
#4 0x000000000047dda2 in rocksdb::DBImpl::RunManualCompaction (this=this@entry=0x1828800, cfd=cfd@entry=0x17b0a80, input_level=input_level@entry=4,
#5 0x0000000000491a7d in rocksdb::DBImpl::CompactRange (this=0x1828800, column_family=, begin=0x0, end=0x0, reduce_level=false,
#6 0x00000000005217bd in rocksdb::StackableDB::CompactRange (this=this@entry=0x1738630, column_family=, begin=,
#7 0x000000000049a00c in rocksdb::DB::CompactRange (this=0x1738630, begin=, end=0x0, reduce_level=false, target_level=,
The text was updated successfully, but these errors were encountered: