-
Notifications
You must be signed in to change notification settings - Fork 736
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
RocksDB doesn't like the current re-open process #49
Comments
|
Yeah; any good ideas? The excuse is lame; they don't need to add dynamic checks for closedness; they can repoint the class members like we do, just on open/close |
I agree. Removing the locks manually seems like a bad idea. I guess the only way would be to properly implement this in pyrocksdb. |
OK. The ugly GC thing was suggested on those pages, but it seems insufficient. I'll make the reopen thing somehow a function of the DB impl; it may mean pyrocksdb only has 128 files for sync. |
This might be fixed in 0.7.14 - can you check? |
Yes, it works. |
The text was updated successfully, but these errors were encountered: