Skip to content

kafka - 19409: Upgrade RocksDB to 10.5.1#21863

Open
deepgolani4 wants to merge 6 commits intoapache:trunkfrom
deepgolani4:trunk
Open

kafka - 19409: Upgrade RocksDB to 10.5.1#21863
deepgolani4 wants to merge 6 commits intoapache:trunkfrom
deepgolani4:trunk

Conversation

@deepgolani4
Copy link
Copy Markdown
Contributor

@deepgolani4 deepgolani4 commented Mar 25, 2026

This PR updates:

gradle/dependencies.gradle (rocksDB -> 10.5.1)
LICENSE-binary (rocksdbjni-10.5.1)
Compatibility updates in RocksDBGenericOptionsToDbOptionsColumnFamilyOptionsAdapter:

max_write_buffer_number_to_maintain: removed in RocksDB 10.2.1, now handled as deprecated compatibility shim (warn + no-op return).
skip_checking_sst_file_sizes_on_db_open: deprecated in RocksDB 10.5.1, now explicitly marked deprecated and logged when used.
fail_if_options_file_error: kept for API compatibility, marked deprecated with warning since RocksDB 10.2.1+ changed behavior.

diff:
facebook/rocksdb@v10.1.3...v10.5.1

@deepgolani4 deepgolani4 changed the title feat: Upgrade RocksDB to 10.5.1 and deprecate options that are remove… kafka - 19409: Upgrade RocksDB to 10.5.1 Mar 25, 2026
@github-actions github-actions bot added streams dependencies Pull requests that update a dependency file build Gradle build or GitHub Actions small Small PRs labels Apr 2, 2026
@mimaison mimaison requested a review from mjsax April 16, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Gradle build or GitHub Actions dependencies Pull requests that update a dependency file small Small PRs streams

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant