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


##########
minicluster/src/main/java/org/apache/accumulo/miniclusterImpl/MiniAccumuloClusterImpl.java:
##########
@@ -631,7 +629,9 @@ public synchronized void start() throws IOException, 
InterruptedException {
         throw new IllegalStateException("No Compactor queues configured.");
       }
       for (String name : queues) {
-        control.startCompactors(Compactor.class, 
getConfig().getNumCompactors(), name);
+        // ELASTICITY_TODO need to reevalute numCompactors and maybe num scan 
servers. The following
+        // was calling numCompactors, but it was changed to 1.

Review Comment:
   Fixed by #3533 



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