HQebupt opened a new pull request, #3673: URL: https://github.com/apache/bookkeeper/pull/3673
### Motivation It may throw an exception when release a `ByteBuf` instance. So the exception in `ByteBuf.release` should be checked. ### Changes Use `ReferenceCountUtil.safeRelease()` instead of `ByteBuf.release()`. Master Issue: [#2](https://github.com/HQebupt/bookkeeper/pull/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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
