Skip to content

build(deps): bump rocksdb from 0.22.0 to 0.23.0 #5823

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

Merged
merged 2 commits into from
Apr 17, 2025

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 15, 2025

Bumps rocksdb from 0.22.0 to 0.23.0.

Release notes

Sourced from rocksdb's releases.

v0.23.0

What's Changed

... (truncated)

Changelog

Sourced from rocksdb's changelog.

0.23.0 (2024-12-23)

  • Build status badge and other bits in README.md (jdanford)
  • Adds crt_static method (spector-9)
  • Fix ptr::copy requires both ptrs to be non-null (ruanpetterson)
  • Add portable feature for RocksDB build (sujayakar)
  • Update README.md with a new section for the portable feature (sujayakar)
  • Update to RocksDB 9.0.0 (Dirreke)
  • Add readme for mt_static feature (spector-9)
  • Make BackupEngine Send (widagdos)
  • Add linking libatomic command to build.rs to allow building (willemolding)
  • Revert portable feature as it doesn't do anything (zaidoon1)
  • Add delete_range to OptimisticTransactionDB (vadim-su)
  • Update rust toolchain to 1.70.0 (widagdos)
  • Bump snappy to 1.2.0 (aleksuss)
  • Document that default column family doesn't inherit open options of db (0xdeafbeef)
  • Toolchain: pin toolchain to rust 1.70.0 (cratelyn)
  • Add clippy MSRV and some clippy fixes (Congyuwang)
  • Port all value of ReadTier (w41ter)
  • Update src/db_options.rs (w41ter)
  • Add option set_avoid_unnecessary_blocking_io (w41ter)
  • Add option to enable autotuned ratelimiter (w41ter)
  • Add support for enabling blob cache (exabytes18)
  • Fix: android build in 32-bit devices (LucasXu0)
  • Support user defined timestamp in rust bindings (siyuan0322)
  • Bump lz4 1.10 (agourlay)
  • Properties for the TransactionDB (4TT1L4)
  • Improvements to user defined timestamp (larry0x)
  • Implement Sync for {Bound}ColumnFamily (jhpratt)
  • Use the provided system rocksdb prebuilt on FreeBSD (girlbossceo)
  • Deprecated Node version and outdated GitHub Actions (4TT1L4)
  • Fix cargo audit check in GitHub Actions CI (aleksuss)
  • RUSTSEC-2023-0020: const-cstr is Unmaintained (4TT1L4)
  • TransactionDB support in MemoryUsageBuilder (4TT1L4)
  • Bump tikv-jemalloc-sys to 0.6 (0xdeafbeef)
  • Improve statistics by auto gen enum Ticker & enum Histogram (rockeet)
  • Expose LRU cache options (athre0z)
  • Add Env::from_raw constructor (jgraettinger)
  • Fix unsoundness via impure AsRef (niklasf)
  • Fix two tests that want to write to the current working directory (mr-c)
  • Add missing supported BSD OSes (drizzt)
  • Fix column family creation race (stuhood)
  • Allow using static feature for the bindgen (Congyuwang)
  • Use tempfile instead of the current working directory (mr-c)
  • Update to RocksDB 9.7.4 (niklasf)
  • Add with_capacity_bytes to WriteBatch (0xdeafbeef)
  • ci: make most directories read-only before running the tests (mr-c)
  • Add ROCKSDB_SCHED_GETCPU_PRESENT for Linux build config (popcnt1)
  • Add set_compaction_pri to Options (0xdeafbeef)
  • Implement get_db_identity using rocksdb_get_db_identity (evanj)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases)
- [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md)
- [Commits](rust-rocksdb/rust-rocksdb@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: rocksdb
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 15, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.9%. Comparing base (574c4b7) to head (186b775).

Additional details and impacted files
@@            Coverage Diff            @@
##           master    #5823     +/-   ##
=========================================
- Coverage    83.0%    82.9%   -0.1%     
=========================================
  Files         828      828             
  Lines      375606   375821    +215     
=========================================
- Hits       311940   311897     -43     
- Misses      63666    63924    +258     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@yihau yihau requested a review from steviez April 15, 2025 14:09
Copy link

@steviez steviez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This upgrade is blocked until we resolve #5798

Copy link

@steviez steviez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cpubot did some investigations and while there was some "index" regeneration, he was unable to reproduce the problem I saw in #5798.

Coming back, I was also unable to reproduce this issue. My theory is that I was investigating a warehouse node that was significantly behind and the "regeneration" must have been clashing with the already struggling node. Going to remerge this since I couldn't reproduce, but will keep this in the back of my mind as we move forward with v2.3 adoption in the coming weeks

@steviez steviez merged commit 0c20108 into master Apr 17, 2025
41 checks passed
@steviez steviez deleted the dependabot/cargo/rocksdb-0.23.0 branch April 17, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants