ctubbsii commented on code in PR #5569:
URL: https://github.com/apache/accumulo/pull/5569#discussion_r2101215376
##########
assemble/bin/accumulo-cluster:
##########
@@ -439,7 +439,7 @@ function control_services() {
hosts="SSERVER_HOSTS_$group"
for sserver in ${!hosts}; do
if canRunOnHost "$sserver"; then
- execute_command "$operation" "$sserver" sserver "$group" "-g"
"$group"
+ execute_command "$operation" "$sserver" sserver "$group" "-o"
"sserver.group=$group"
Review Comment:
@dlmarion why is `$group` being passed twice? is the first one, before the
`-o` still used/needed? Does it serve a different function than the one in the
value of the `-o` option?
--
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]