fix(deps): update dependency org.rocksdb:rocksdbjni to v6.29.5#296
Conversation
PR ReviewTests: All checks passed. Summary: Single-line dependency bump of Assessment: LGTM. This is a patch release containing only bug fixes:
No API changes, no behavioral changes for normal usage. The fixes address race conditions that would only surface under concurrent workloads or specific configurations. Safe to merge. |
PR ReviewTests: All CI checks passed successfully. Change: Single-line patch version bump of from → in Assessment: This is a straightforward dependency update. The 6.29.5 release contains only bug fixes — specifically race condition fixes in WAL handling, mmap on POSIX, 2PC WAL tracking, DropColumnFamily, and a compaction stats tracking bug. No API changes, no breaking changes. The change is safe to merge. The bug fixes in this patch are relevant to correctness under concurrent workloads, making this a beneficial update. |
efb17e6 to
c20abfa
Compare
PR ReviewTests: All passing ✓ Change: Single-line version bump in Assessment: This is a straightforward patch update. The 6.29.5 release exclusively contains race-condition bug fixes (WAL tracking, DropColumnFamily use-after-free, mmap WritableFile, alive_log_files_ in non-two-write-queues mode). No API changes, no new features. Safe to merge. |
PR ReviewTests: Passing ✓ Summary: This is a patch-level dependency update for from → . The single-line change in Release notes analysis: The 6.29.5 release fixes several race conditions (WAL tracking, mmap on POSIX, DropColumnFamily, 2PC flush) and a compaction stats tracking bug. These are all bug fixes with no API changes — purely a safe upgrade. Code quality: No concerns. The version string format changed slightly ( Recommendation: Safe to merge. Patch-level bug-fix release with CI passing. |
This PR contains the following updates:
6.29.4.1→6.29.5Release Notes
facebook/rocksdb (org.rocksdb:rocksdbjni)
v6.29.5: RocksDB 6.29.56.29.5 (2022-03-29)
Bug Fixes
alive_log_files_in non-two-write-queues mode. The race is between the write_thread_ in WriteToWAL() and another thread executingFindObsoleteFiles(). The race condition will be caught if__glibcxx_requires_nonemptyis enabled.rocksdb.read.block.compaction.microscannot track compaction stats (#9722).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.