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


##########
minicluster/src/main/java/org/apache/accumulo/miniclusterImpl/MiniAccumuloClusterControl.java:
##########
@@ -213,16 +215,20 @@ public synchronized void start(ServerType server, 
Map<String,String> configOverr
           Map<String,Integer> compactorGroups =
               
cluster.getConfig().getClusterServerConfiguration().getCompactorConfiguration();
           for (Entry<String,Integer> e : compactorGroups.entrySet()) {
+            final String rg = e.getKey();

Review Comment:
   PR updated with an implementation of this suggestion. Title and description 
updated. I ran every IT successfully that calls `setServerClass`.



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