keith-turner commented on code in PR #5944:
URL: https://github.com/apache/accumulo/pull/5944#discussion_r2392806411


##########
server/manager/src/main/java/org/apache/accumulo/manager/ManagerClientServiceHandler.java:
##########
@@ -714,6 +716,15 @@ public TDelegationToken getDelegationToken(TInfo tinfo, 
TCredentials credentials
     }
   }
 
+  public static void mustBeOnline(ServerContext context, final TableId tableId)

Review Comment:
   Its used in fate code.  It was an odd little method that was used in two 
places in the code, I just wanted to get it out of the manager.  Did not seem 
like it needed to be adding code to the manager class.  Was not sure where to 
put it though.



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