dlmarion commented on code in PR #5114:
URL: https://github.com/apache/accumulo/pull/5114#discussion_r1860639482
##########
assemble/bin/accumulo-cluster:
##########
@@ -439,7 +448,7 @@ function stop_tservers() {
echo "Cleaning tablet server entries from zookeeper"
if ! isDebug; then
- ${accumulo_cmd} org.apache.accumulo.server.util.ZooZap -tservers
+ ${accumulo_cmd} org.apache.accumulo.server.util.ZooZap -tservers -group
"$groups"
Review Comment:
In the case where a group is not specified, then `$groups` is going to be
all groups. Does ZooZap handle that correctly?
--
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]