virajjasani commented on code in PR #4439:
URL: https://github.com/apache/hbase/pull/4439#discussion_r875324120


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/MetaTableMetrics.java:
##########
@@ -203,41 +203,37 @@ private String opWithClientMeterName(Object op) {
         return "";
       }
       MetaTableOps ops = opsNameMap.get(op.getClass());
-      String opWithClientMeterName = "";
+      if (ops == null) {

Review Comment:
   These changes are part of backporting HBASE-26523 here: 
https://github.com/apache/hbase/commit/e53712ae993248594245363fc3e8e36022534d9a#diff-d10bebcd73c23f3ecb0565d7854f9a5659d33bf62baee31090ce6ef1ec224998R209-R211



##########
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruCachedBlockQueue.java:
##########
@@ -20,6 +20,7 @@
 import org.apache.hadoop.hbase.io.HeapSize;
 import org.apache.yetus.audience.InterfaceAudience;
 
+import org.apache.hbase.thirdparty.com.google.common.base.Preconditions;

Review Comment:
   These changes are also part of HBASE-26523 backport 
[here](https://github.com/apache/hbase/commit/e53712ae993248594245363fc3e8e36022534d9a#diff-b73c64fdb993ed6467649561274720735b666ddd05a768aa982766e9a9371d19R22-R25)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to