merlimat opened a new pull request #4102: Reduce number of hashmap sections for 
ledger handles cache
URL: https://github.com/apache/pulsar/pull/4102
 
 
   ### Motivation
   
   The default for `ConcurrentLongHashMap` is to use 16 sections for more lock 
granularity. This is not needed in the context of the ledger handles cache 
since this is mostly a read-only map. 
   
   Reducing the sections will reduce the amount of objects and mem used per 
topic.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to