-
Notifications
You must be signed in to change notification settings - Fork 72
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
32 general bug fixes #33
Conversation
Did we decide to include SPDB-197 even though the Java side is still broken? |
there was no decision to exclude it. i dont mind either way |
Let's drop the enforcement part, reword the commit message, and open an issue to track this (both exposing it on the Java side as well as the enforcement part). |
fd57734
to
05ae45a
Compare
Due to facebook/rocksdb#10256, SPDB-197, SPDB-243, and SPDB-381 cannot be integrated. Let's drop them for now and discuss what to do about them. |
05ae45a
to
0fa690e
Compare
2f9dfaf
to
0b116ea
Compare
removed SPDB-571 which should be included in SPDB-702-avoid-unnecessary-blocking-io since it solves a bug revealed by that setting. |
5b92e94
to
36a8ce5
Compare
…s status code This breaks when comparing against e.g. `Status::NoSpace()` because it has a status code of `Code::kIOError` and only a subcode of `SubCode::kNoSpace`.
…status code This breaks in cases such as `Status::NoSpace()`, which has a status code of `Code::kIOError`, and a subcode of `SubCode::kNoSpace`, but the comparison ends up checking only if a general IO error happened.
The example acquires snapshots but doesn't release them, resulting in a memory leak error when run under ASan.
test doesnt delete db properly.
fix both these tests to operate not only on the default cf
36a8ce5
to
4e5dae3
Compare
fixes #32