You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/06/12 07:04:39 UTC

[GitHub] [bookkeeper] horizonzy opened a new pull request, #3983: Fix memory leak of direct memory in direct memory entry logger.

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

   Descriptions of the changes in this PR:
   
   
   
   ### Motivation
   When open a non-exist file for DirectReader, it will throw an exception. The ByteBuf won't release.
   When close DirectWriter, if the close failed, the ByteBuf also won't release.


-- 
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] Shoothzj merged pull request #3983: Fix memory leak of direct memory in direct memory entry logger.

Posted by "Shoothzj (via GitHub)" <gi...@apache.org>.
Shoothzj merged PR #3983:
URL: https://github.com/apache/bookkeeper/pull/3983


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