ramkrish86 opened a new pull request #1552:
URL: https://github.com/apache/hbase/pull/1552


   Initial PR to get the metrics that indicates the gets that happens on the 
memstore. We just try to get the count at the row level and not at the cell 
level.
   Only StoreScanner has details about how the cell or row was retrieved. Even 
if one of the cell is retrieved from the Memstore we will account the read to 
have used the memstore indicating it was trying to access latest data. We can 
add metric for scan too later. 
   Another thing to note is that the real time counter on the Store level will 
use MetricStore which will use the Counters with hbase-metric-api and not the 
hadoop's counters. 


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


Reply via email to