We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetMergeOperands should work when DB is opened in read only mode.
Segfault in DBImplReadOnly::GetImpl when build in release mode.
When compiled using debug mode, this assert failed:
rocksdb/db/db_impl/db_impl_readonly.cc
Line 34 in 18cecb9
RocksDB v9.7.4 Open a db in read only mode and call db->GetMergeOperands
It might be a regression when adding wide column support. We had an older build using v8.6.7 and there was no crash.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
GetMergeOperands should work when DB is opened in read only mode.
Actual behavior
Segfault in DBImplReadOnly::GetImpl when build in release mode.
When compiled using debug mode, this assert failed:
rocksdb/db/db_impl/db_impl_readonly.cc
Line 34 in 18cecb9
Steps to reproduce the behavior
RocksDB v9.7.4
Open a db in read only mode and call db->GetMergeOperands
It might be a regression when adding wide column support. We had an older build using v8.6.7 and there was no crash.
The text was updated successfully, but these errors were encountered: