ctubbsii commented on a change in pull request #1584: Moved ThriftClientHandler 
out of TabletServer for #1581
URL: https://github.com/apache/accumulo/pull/1584#discussion_r406545310
 
 

 ##########
 File path: 
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java
 ##########
 @@ -307,6 +194,10 @@ public TabletServerMinCMetrics getMinCMetrics() {
     return mincMetrics;
   }
 
+  public TabletServerUpdateMetrics getUpdateMetrics() {
+    return updateMetrics;
+  }
+
 
 Review comment:
   updateMetrics can just be package-private. At the very least, this method 
can be package-private (but I don't think it's necessary to create a method).

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


With regards,
Apache Git Services

Reply via email to