Closed yapple closed 2 years ago
Pass db_properties_test
Thread 3 "rocksdb:high0" received signal SIGSEGV, Segmentation fault.
gdb ./db_properties_test
we add a GetInfoLogLevel cause the problem
add more nullptr check https://github.com/bytedance/terarkdb/blob/dev.1.4/util/event_logger.h#L179
maybe the reason for the compaction_filter core problem in our newest version
[BUG]
Expected behavior
Pass db_properties_test
Actual behavior
Thread 3 "rocksdb:high0" received signal SIGSEGV, Segmentation fault.
Steps to reproduce the behavior
gdb ./db_properties_test
[Enhancement]
Problem
we add a GetInfoLogLevel cause the problem
Solution
add more nullptr check https://github.com/bytedance/terarkdb/blob/dev.1.4/util/event_logger.h#L179