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


##########
minicluster/src/main/java/org/apache/accumulo/minicluster/MiniAccumuloServerConfiguration.java:
##########
@@ -112,21 +113,34 @@ public Builder putDefaults() {
       }
 
       @Override
-      public Builder put(ServerType type, int numServers) {
-        // TODO use a constatnt
-        return put(type, "default", numServers);
+      public Builder putDefaultResourceGroup(ServerType serverType, int 
numServers) {
+        return put(serverType, "default", numServers);

Review Comment:
   In `main`, you could reference 
https://github.com/apache/accumulo/blob/main/core/src/main/java/org/apache/accumulo/core/spi/scan/ScanServerSelector.java#L47
 for the value of "default". In `elasticity`, this moved to Constants.java.



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