kafka - 19409: Upgrade RocksDB to 10.5.1 - #21863
Conversation
|
This PR is being marked as stale since it has not had any activity in 90 days. If you If you are having difficulty finding a reviewer, please reach out on the [mailing list](https://kafka.apache.org/contact). If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 30 days, it will be automatically closed. |
| pcollections: "4.0.2", | ||
| re2j: "1.8", | ||
| rocksDB: "10.1.3", | ||
| rocksDB: "10.5.1", |
There was a problem hiding this comment.
I see newer versions have been published since this PR was raised. Perhaps worth considering a bump to latest?
|
Closing this PR -- we never got to this, and plan to upgrade to 10.10.1+ which was release in the mean time now. |
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:
https: //github.com/facebook/rocksdb/compare/v10.1.3...v10.5.1
Reviewers: Matthias J. Sax matthias@confluent.io