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/03/02 02:35:41 UTC

[GitHub] [bookkeeper] lordcheng10 removed a comment on pull request #3061: Optimize memory:Support shrinking in ConcurrentLongLongPairHashMap

lordcheng10 removed a comment on pull request #3061:
URL: https://github.com/apache/bookkeeper/pull/3061#issuecomment-1047434028


   I submitted a PR (https://github.com/apache/pulsar/pull/14407) accordingly in pulsar to change the usage of the new pendingAcks:
                this.pendingAcks = ConcurrentLongLongPairHashMap.newBuilder().autoShrink(true).build();
   
   This needs to wait for the new version of bookkeeper to be released, and then I will change the version of bookkeeper that pom depends on in pulsar to the version that supports shrink.
   
   @merlimat 


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