You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2023/02/08 00:43:24 UTC

[GitHub] [accumulo] keith-turner commented on a diff in pull request #3189: Add group argument to server processes

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


##########
server/base/src/main/java/org/apache/accumulo/server/ServerOpts.java:
##########
@@ -27,6 +28,17 @@ public class ServerOpts extends ConfigOpts {
   @Parameter(names = {"-a", "--address"}, description = "address to bind to")
   private String address = null;
 
+  @Parameter(required = false, names = {"-g", "--group"},

Review Comment:
   Adding this option to server types where it does not do anything seems confusing to me.  Like I can start a manager with the option, but it will not have any effect.  Scoping it to only the tserver and scan server seems less confusing to me.



-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org