ctubbsii commented on a change in pull request #325: ACCUMULO-2341?
URL: https://github.com/apache/accumulo/pull/325#discussion_r154790625
 
 

 ##########
 File path: 
core/src/main/java/org/apache/accumulo/core/client/impl/MasterClient.java
 ##########
 @@ -127,6 +131,12 @@ public static void close(MasterClientService.Iface iface) 
{
 
   public static void executeGeneric(ClientContext context, 
ClientExec<MasterClientService.Client> exec) throws AccumuloException, 
AccumuloSecurityException,
       TableNotFoundException {
+    executeGeneric(context, exec, false);
+
+  }
+
+  public static void executeGeneric(ClientContext context, 
ClientExec<MasterClientService.Client> exec, boolean isAdminRequest) throws 
AccumuloException,
 
 Review comment:
   Maybe call this `executeGenericWithTimeout`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to