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


##########
minicluster/src/main/java/org/apache/accumulo/miniclusterImpl/MiniAccumuloClusterImpl.java:
##########
@@ -838,7 +838,7 @@ public synchronized void stop() throws IOException, 
InterruptedException {
     // and not wait for the old locks to be cleaned up.
     try {
       new ZooZap().zap(getServerContext().getSiteConfiguration(), "-manager",
-          "-compaction-coordinators", "-tservers", "-compactors", "-sservers");
+          "-compaction-coordinators", "-tservers", "-compactors", "-sservers", 
"--gc", "--monitor");

Review Comment:
   Removed that option in 5c4b810 because its misleading.  Could make someone 
think that mini does start the monitor.



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