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/12/07 12:24:53 UTC

[GitHub] [bookkeeper] StevenLuMT opened a new pull request, #3694: [refactor] [server] Refactor ByteBuf release method in module stream-storage-common/stream-storage-java-kv-client/stream-storage-cli

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

   ### Motivation
   
   It may throw an exception when release a ByteBuf object. so the exception in ByteBuf.release should be checked.
   
   ### Changes
   1) Use ReferenceCountUtil.safeRelease() instead of ByteBuf.release() in module stream-storage-common/stream-storage-java-kv-client/stream-storage-cli
   


-- 
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 merged pull request #3694: [refactor] [server] Refactor ByteBuf release method in module stream-storage-common/stream-storage-java-kv-client/stream-storage-cli

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


-- 
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