stoty commented on code in PR #6318:
URL: https://github.com/apache/hbase/pull/6318#discussion_r1793270068


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java:
##########
@@ -2192,6 +2194,9 @@ public static String getShortTextFormat(Message m) {
       ClientProtos.CoprocessorServiceRequest r = 
(ClientProtos.CoprocessorServiceRequest) m;
       return "coprocessorService= " + r.getCall().getServiceName() + ":"
         + r.getCall().getMethodName();
+    } else if (m instanceof MasterProtos.MoveRegionRequest) {
+      // This should be small and safe to output. No data.

Review Comment:
   The "no data" clause doesn't really make sense here.



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

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

Reply via email to