-
Notifications
You must be signed in to change notification settings - Fork 472
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
chore: bump rocksdb to v9.2.1 #2327
Conversation
After a deep investigation, I'm found a broken commit - facebook/rocksdb@3104e55 |
All work OK if we use an option to disable using JEMALLOC at test docker container stage. So, adding a -DWITH_JEMALLOC=OFF to build args provide a successful build and all test are passed. It's a magic :))) |
Yeah it's because in alpine it uses musl libc instead of glibc, so there may be some problem. I'll check this problem soon. |
But issue is only this test. Another problem - alpine 3.16 is too old (and musl too), but we cant upgrade into 3.20 because no libexecinfo ( |
If this PR #2348 will be OK, we can update to use latest rocksdb (as I hope))) |
Quality Gate failedFailed conditions |
Now we are ready to merge (wow!) |
Would this matters on |
🤔 We need to investigate this issue. |
Bump rocksdb to v9.2.1. Full changelog: https://github.com/facebook/rocksdb/releases/tag/v9.2.1
Key features
P.S. This update includes an 9.1.х releases too (see: https://github.com/facebook/rocksdb/releases/tag/v9.1.0)