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/03 13:26:35 UTC

[GitHub] [bookkeeper] HQebupt opened a new pull request, #3687: [refactor][bookkeeper] Refactor ByteBuf release method in tools

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

   ### Motivation
   It may throw an exception when release  a `ByteBuf` object.  So the exception in `ByteBuf.release` should be checked.
   
   ### Changes
   Use `ReferenceCountUtil.safeRelease()` instead of `ByteBuf.release()`.
   
   Master Issue: [#3](https://github.com/HQebupt/bookkeeper/pull/3)
   


-- 
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 #3687: [refactor][bookkeeper] Refactor ByteBuf release method in tools

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


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