Rocksdb crash when upgrade from 6.6.3 to 8.0
Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev
when I upgrade from 6.6.3 to 8.0 , my service crash when startup and the callgraphic: SIGSEGV receiver by PID rocksdb::DBImpl::CheckConsistency() rocksdb::Recover() rocksdb::DBImpl::Open() rocksdb::DB::Open() RocksDBCache::init() LocalCacheFactory::GetCache() main()
DB config: constsistency config is default.
Are you able to build without optimizations and rerun? A lot happens under CheckConsistency(), which makes it difficult to guess from that stack trace what causes the SIGSEGV.