You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/06/09 08:57:58 UTC

[GitHub] [bookkeeper] zymap opened a new pull request, #3323: Fix the V2 AddRequest object leak issue

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

   ---
   
   **Motivation**
   
   If the request is a V2 add request, we retained the data's
   reference when creating the AddRequest object. To avoid the
   object leak, we need to release the reference if we met
   any errors before sending it.
   
   


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] hangc0276 commented on pull request #3323: Fix the V2 AddRequest object leak issue

Posted by GitBox <gi...@apache.org>.
hangc0276 commented on PR #3323:
URL: https://github.com/apache/bookkeeper/pull/3323#issuecomment-1151755441

   Great Job!


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] zymap merged pull request #3323: Fix the V2 AddRequest object leak issue

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


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] zymap commented on pull request #3323: Fix the V2 AddRequest object leak issue

Posted by GitBox <gi...@apache.org>.
zymap commented on PR #3323:
URL: https://github.com/apache/bookkeeper/pull/3323#issuecomment-1153580932

   cherry-picked to branch-4.14 and branch-4.15


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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