dlmarion commented on code in PR #5749: URL: https://github.com/apache/accumulo/pull/5749#discussion_r2318953852
########## minicluster/src/main/java/org/apache/accumulo/cluster/ClusterControl.java: ########## @@ -49,12 +50,13 @@ public interface ClusterControl { /** * Starts all occurrences of the given server */ - void startAllServers(ServerType server) throws IOException; + void startAllServers(ServerType server) throws InterruptedException, IOException, KeeperException; /** * Start the given process on the host */ - void start(ServerType server, String hostname) throws IOException; + void start(ServerType server, String hostname) + throws InterruptedException, IOException, KeeperException; Review Comment: Removed the zk exceptions in 258a2e68165a8dc78eb5d47da2374f2ccfec69f9 -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org