-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
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
Fix database open with column family. #12167
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general this looks great thanks @rhubner, just two small changes.
da97f8e
to
49ed9a0
Compare
49ed9a0
to
090761d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @rhubner
When is RocksDB open with column family descriptors, the default column family must be set properly. If not, then the flush operation will fail.
090761d
to
b3fe98d
Compare
@cbi42 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
When is RocksDB is opened with Column Family descriptors, the default column family must be set properly. If it was not, then the flush operation will fail.