EdColeman commented on code in PR #4606:
URL: https://github.com/apache/accumulo/pull/4606#discussion_r1617202894


##########
test/src/main/java/org/apache/accumulo/test/ScanServerGroupConfigurationIT.java:
##########
@@ -166,7 +166,7 @@ public void testClientConfiguration() throws Exception {
         // Bump the number of scan serves that can run to start the GROUP1 
scan server
         getCluster().getConfig().setNumScanServers(2);
         getCluster()._exec(ScanServer.class, ServerType.SCAN_SERVER, Map.of(),
-            new String[] {"-g", "GROUP1"});
+            new String[] {"-o", "sserver.group=GROUP1"});

Review Comment:
   Would there be a benefit of using the property name `SSERV_GROUP_NAME` here?



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