You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/09/23 05:40:47 UTC

[GitHub] [bookkeeper] zymap opened a new pull request, #3500: Add release 4.15.2 release note

zymap opened a new pull request, #3500:
URL: https://github.com/apache/bookkeeper/pull/3500

   ---
   
   *Motivation*
   
   Generates the 4.15.2 release note
   
   


-- 
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: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bookkeeper] zymap merged pull request #3500: Add release 4.15.2 release note

Posted by GitBox <gi...@apache.org>.
zymap merged PR #3500:
URL: https://github.com/apache/bookkeeper/pull/3500


-- 
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: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bookkeeper] StevenLuMT commented on a diff in pull request #3500: Add release 4.15.2 release note

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on code in PR #3500:
URL: https://github.com/apache/bookkeeper/pull/3500#discussion_r978427241


##########
site3/website/src/pages/release-notes.md:
##########
@@ -1,6 +1,34 @@
 <!-- markdown-link-check-disable -->
 # Release notes
 
+## 4.15.2
+
+Release 4.15.2 contains various bug fixes and some dependencies CVE fixes.
+
+Apache BookKeeper users are encouraged to upgrade to 4.15.1.
+The technical details of this release are summarized below.
+
+### Highlights
+
+#### Dependency updates
+
+* Bump snakeyaml from 1.31 to 1.32 to solve CVE-2022-38752. [PR #3491](https://github.com/apache/bookkeeper/pull/3491)
+* upgrade hadoop version to 3.2.4. [PR #3485](https://github.com/apache/bookkeeper/pull/3485)
+* [security] Upgrade Jetty to 9.4.48.v20220622 to get rid of CVE-2022-2047. [PR #3404](https://github.com/apache/bookkeeper/pull/3404)
+* Bump dependency check to 7.1.2 to avoid FP. [PR #3470](https://github.com/apache/bookkeeper/pull/3470)
+* Bump snakeyaml from 1.30 to 1.31 to solve CVE-2022-25857. [PR #3469](https://github.com/apache/bookkeeper/pull/3469)
+
+#### Bugs
+
+* AutoRecovery - Do not call shutdown() on the main ZookKeeper client thread. [PR #3487](https://github.com/apache/bookkeeper/pull/3487)
+* Check if channel closed before processing read request. [PR #3486](https://github.com/apache/bookkeeper/pull/3486)
+* Add missed call to onReadRequestFinish() when read request rejected. [PR #3482](https://github.com/apache/bookkeeper/pull/3482)
+* Fix the deadlock when only using io thread to handle request. [PR #3480](https://github.com/apache/bookkeeper/pull/3480)
+
+#### Metrics changes
+
+* Add latency stats for entry location index lookup so that possible RocksDB bottleneck can be detected. [PR #3444](https://github.com/apache/bookkeeper/pull/3444)
+
 ## 4.15.1

Review Comment:
   version error



-- 
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: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bookkeeper] zymap commented on a diff in pull request #3500: Add release 4.15.2 release note

Posted by GitBox <gi...@apache.org>.
zymap commented on code in PR #3500:
URL: https://github.com/apache/bookkeeper/pull/3500#discussion_r979494877


##########
site3/website/src/pages/release-notes.md:
##########
@@ -1,6 +1,34 @@
 <!-- markdown-link-check-disable -->
 # Release notes
 
+## 4.15.2
+
+Release 4.15.2 contains various bug fixes and some dependencies CVE fixes.
+
+Apache BookKeeper users are encouraged to upgrade to 4.15.1.

Review Comment:
   ```suggestion
   Apache BookKeeper users are encouraged to upgrade to 4.15.2.
   ```



-- 
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: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bookkeeper] StevenLuMT commented on a diff in pull request #3500: Add release 4.15.2 release note

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on code in PR #3500:
URL: https://github.com/apache/bookkeeper/pull/3500#discussion_r978426979


##########
site3/website/src/pages/release-notes.md:
##########
@@ -1,6 +1,34 @@
 <!-- markdown-link-check-disable -->
 # Release notes
 
+## 4.15.2
+
+Release 4.15.2 contains various bug fixes and some dependencies CVE fixes.
+
+Apache BookKeeper users are encouraged to upgrade to 4.15.1.

Review Comment:
   4.15.1 version is error? @zymap 



-- 
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: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bookkeeper] zymap commented on a diff in pull request #3500: Add release 4.15.2 release note

Posted by GitBox <gi...@apache.org>.
zymap commented on code in PR #3500:
URL: https://github.com/apache/bookkeeper/pull/3500#discussion_r979495405


##########
site3/website/src/pages/release-notes.md:
##########
@@ -1,6 +1,34 @@
 <!-- markdown-link-check-disable -->
 # Release notes
 
+## 4.15.2
+
+Release 4.15.2 contains various bug fixes and some dependencies CVE fixes.
+
+Apache BookKeeper users are encouraged to upgrade to 4.15.1.
+The technical details of this release are summarized below.
+
+### Highlights
+
+#### Dependency updates
+
+* Bump snakeyaml from 1.31 to 1.32 to solve CVE-2022-38752. [PR #3491](https://github.com/apache/bookkeeper/pull/3491)
+* upgrade hadoop version to 3.2.4. [PR #3485](https://github.com/apache/bookkeeper/pull/3485)
+* [security] Upgrade Jetty to 9.4.48.v20220622 to get rid of CVE-2022-2047. [PR #3404](https://github.com/apache/bookkeeper/pull/3404)
+* Bump dependency check to 7.1.2 to avoid FP. [PR #3470](https://github.com/apache/bookkeeper/pull/3470)
+* Bump snakeyaml from 1.30 to 1.31 to solve CVE-2022-25857. [PR #3469](https://github.com/apache/bookkeeper/pull/3469)
+
+#### Bugs
+
+* AutoRecovery - Do not call shutdown() on the main ZookKeeper client thread. [PR #3487](https://github.com/apache/bookkeeper/pull/3487)
+* Check if channel closed before processing read request. [PR #3486](https://github.com/apache/bookkeeper/pull/3486)
+* Add missed call to onReadRequestFinish() when read request rejected. [PR #3482](https://github.com/apache/bookkeeper/pull/3482)
+* Fix the deadlock when only using io thread to handle request. [PR #3480](https://github.com/apache/bookkeeper/pull/3480)
+
+#### Metrics changes
+
+* Add latency stats for entry location index lookup so that possible RocksDB bottleneck can be detected. [PR #3444](https://github.com/apache/bookkeeper/pull/3444)
+
 ## 4.15.1

Review Comment:
   What do you mean? This is the previous version



-- 
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: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org