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
This PR resolves facebook/rocksdb#10487 & facebook/rocksdb#10536, user code needs to call Refresh() periodically.
b4352e4 arena_wrapped_db_iter.cc: ArenaWrappedDBIter::Refresh(snap): Update read_options_.snapshot 6bed77f Add Iterator::RefreshKeepSnapshot() 628f6ce Add Iterator::Refresh(snapshot)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This was a PR to upstream facebook/rocksdb#10594
Copied from facebook/rocksdb#10594
This PR resolves facebook/rocksdb#10487 & facebook/rocksdb#10536, user code needs to call Refresh() periodically.
Relevant commits
b4352e4 arena_wrapped_db_iter.cc: ArenaWrappedDBIter::Refresh(snap): Update read_options_.snapshot
6bed77f Add Iterator::RefreshKeepSnapshot()
628f6ce Add Iterator::Refresh(snapshot)
The text was updated successfully, but these errors were encountered: