saintstack commented on a change in pull request #3489:
URL: https://github.com/apache/hbase/pull/3489#discussion_r689760442



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/monitoring/MonitoredRPCHandlerImpl.java
##########
@@ -43,6 +43,8 @@
   private String methodName = "";
   private Object [] params = {};
   private Message packet;
+  private boolean isSnapshot = false;

Review comment:
       fyi, isSnapshot is a method name, not a datamember name. 
s/isSnapshot/snapshot/?

##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/monitoring/MonitoredRPCHandlerImpl.java
##########
@@ -43,6 +43,8 @@
   private String methodName = "";
   private Object [] params = {};
   private Message packet;
+  private boolean isSnapshot = false;

Review comment:
       This is a nit. Can fix later.




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