ddanielr commented on code in PR #5114:
URL: https://github.com/apache/accumulo/pull/5114#discussion_r1860933865
##########
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:
Good catch, moved that section up to the last for loop so it's handled
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]