pankaj72981 commented on a change in pull request #3005:
URL: https://github.com/apache/hbase/pull/3005#discussion_r589213495



##########
File path: 
hbase-hadoop-compat/src/test/java/org/apache/hadoop/hbase/regionserver/MetricsTableWrapperStub.java
##########
@@ -117,13 +117,19 @@ public long getCpRequestsCount(String table) {
   public Map<String, Long> getMemstoreOnlyRowReadsCount(String table) {
     Map<String, Long> map = new HashMap<String, Long>();
     map.put("table#info", 3L);
+    map.put("table##", 3L);

Review comment:
       This key is of internal mapping, we dont have any exposed metric where 
we separate table & CF using #. So I think no asset in that case (please 
correct me if I'm wrong).




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


Reply via email to