jschmidt10 commented on a change in pull request #2086:
URL: https://github.com/apache/accumulo/pull/2086#discussion_r629379374



##########
File path: 
server/base/src/main/java/org/apache/accumulo/server/util/MetadataTableUtil.java
##########
@@ -148,22 +148,24 @@ public static void update(ClientContext context, ZooLock 
zooLock, Mutation m, Ke
   }
 
   public static void update(Writer t, ZooLock zooLock, Mutation m) {
+    update(t, zooLock, m, null);
+  }
+
+  public static void update(Writer t, ZooLock zooLock, Mutation m, KeyExtent 
extent) {

Review comment:
       Good catch, I missed an update. 




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