StevenLuMT commented on code in PR #4622: URL: https://github.com/apache/bookkeeper/pull/4622#discussion_r2153454446
########## site3/website/src/pages/release-notes.md: ########## @@ -1,6 +1,76 @@ <!-- markdown-link-check-disable --> # Release notes +## 4.17.2 + +Release 4.17.2 includes multiple bug fixes and few dependency updates. + +Apache BookKeeper users are encouraged to upgrade to 4.17.2 if you are using 4.17.x. +The technical details of this release are summarized below. + +### Highlights + +#### Bugs + +* Fix a NPE bug after refactor recycler of BookieClient [PR #4610](https://github.com/apache/bookkeeper/pull/4610) +* Fix Memory Leak In Netty Recycler of Bookie Client [PR #4609](https://github.com/apache/bookkeeper/pull/4609) +* Fix the data loss issue that caused by the wrong entry log header [PR #4607](https://github.com/apache/bookkeeper/pull/4607) +* Fix the coredump that occurs when calling KeyValueStorageRocksDB.count after rocksdb has been closed [PR #4581](https://github.com/apache/bookkeeper/pull/4581) +* Fix and improve locating RocksDB config files [PR #4560](https://github.com/apache/bookkeeper/pull/4560) +* [fix] Write stuck due to pending add callback by multiple threads [PR #4557](https://github.com/apache/bookkeeper/pull/4557) +* Fix SST files not being cleaned up in the locations folder [PR #4555](https://github.com/apache/bookkeeper/pull/4555) +* Fix tune-runner-vm action to run correctly on `ubuntu-24.04` image [PR #4536](https://github.com/apache/bookkeeper/pull/4536) +* [cli] Fix: recover command doesn't accept rate limit parameter [PR #4535](https://github.com/apache/bookkeeper/pull/4535) +* fix pendingDeletedLedgers do not remove ledger error [PR #4525](https://github.com/apache/bookkeeper/pull/4525) +* Fix region aware placement policy disk weight dose not update. [PR #4522](https://github.com/apache/bookkeeper/pull/4522) +* Fix check read failed entry memory leak issue. [PR #4513](https://github.com/apache/bookkeeper/pull/4513) +* [fix] remove in address2Region while bookie left to get correct rack info [PR #4504](https://github.com/apache/bookkeeper/pull/4504) +* fix: install netcat-openbsd instead of netcat in test image build [PR #4476](https://github.com/apache/bookkeeper/pull/4476) +* [fix][ci] Fix OWASP Dependency Check download by using NVD API key [PR #4473](https://github.com/apache/bookkeeper/pull/4473) +* Fix ReadOnlyLedgerHandle leak issue when checkAllLedgers. [PR #4468](https://github.com/apache/bookkeeper/pull/4468) +* fix[rocksdb]: fix error rocksdb default config for CFOptions [PR #4466](https://github.com/apache/bookkeeper/pull/4466) +* [fix] Fix data lost after when writing ledger and deleting legder execute concurrency [PR #4462](https://github.com/apache/bookkeeper/pull/4462) Review Comment: There are typos, but it is the title of the original PR, so it will not be adopted to avoid inconsistency -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
