You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/07/22 18:55:18 UTC

[GitHub] [hbase] bbeaudreault commented on pull request #4637: HBASE-27225 Add BucketAllocator bucket size statistic logging

bbeaudreault commented on PR #4637:
URL: https://github.com/apache/hbase/pull/4637#issuecomment-1192852256

   Thanks @wchevreuil, can you give it one more look?
   
   I realized LongAdder is not necessary because both increment/decrement are behind synchronization. Changed it to a normal long.
   
   I also added a bunch of javadoc to help people understand what they're looking at.


-- 
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@hbase.apache.org

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