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 2019/06/04 18:29:47 UTC

[GitHub] [hbase] apurtell commented on a change in pull request #288: HBASE-22540 [Memstore] Correct counters in MemStoreChunkPool

apurtell commented on a change in pull request #288: HBASE-22540 [Memstore] Correct counters in MemStoreChunkPool
URL: https://github.com/apache/hbase/pull/288#discussion_r290435237
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreChunkPool.java
 ##########
 @@ -77,6 +77,7 @@
   private static final int statThreadPeriod = 60 * 5;
   private AtomicLong createdChunkCount = new AtomicLong();
   private AtomicLong reusedChunkCount = new AtomicLong();
+  private AtomicLong gotChunkCount = new AtomicLong();
 
 Review comment:
   Super minor nit.
   "has" instead of "got" is more common, in our code base and elsewhere

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services