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 08:57:44 UTC

[GitHub] [bookkeeper] HQebupt opened a new issue, #3686: BP-59:Refactor ByteBuf release method

HQebupt opened a new issue, #3686:
URL: https://github.com/apache/bookkeeper/issues/3686

   This is the master ticket for tracking BP-59:
   Co-author: @HQebupt @StevenLuMT 
   
   ### Motivation
   It may throw an exception when release a `ByteBuf` object. so the exception in `ByteBuf.release` should be checked.
   
   ### Proposal
   Use `ReferenceCountUtil.safeRelease()` instead of `ByteBuf.release()` in all BooKKeeper's classes
   
   ### Rejected Alternatives: no
   
   ### Proposal PRs
   - [x] #3673 
   - [x] #3674  


-- 
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.apache.org

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