dlmarion commented on code in PR #3902:
URL: https://github.com/apache/accumulo/pull/3902#discussion_r1374996314


##########
minicluster/src/main/java/org/apache/accumulo/miniclusterImpl/MiniAccumuloClusterControl.java:
##########
@@ -116,6 +116,8 @@ public void adminStopAll() throws IOException {
     if (p.exitValue() != 0) {
       throw new IOException("Failed to run `accumulo admin stopAll`");
     }
+    stopAllServers(ServerType.COMPACTOR);
+    stopAllServers(ServerType.SCAN_SERVER);

Review Comment:
   This change could be made to 2.1 or 3.x versions, but it would have no 
effect. Only in `elasticity` are the COMPACTOR and SCAN_SERVER server types 
started by default in MiniAccumuloCluster.



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