dlmarion commented on code in PR #5321:
URL: https://github.com/apache/accumulo/pull/5321#discussion_r1959723894
##########
assemble/bin/accumulo-cluster:
##########
@@ -471,6 +471,12 @@ function control_services() {
fi
fi
done
+ if [[ $operation == "stop" || $operation == "kill" ]]; then
+ echo "Cleaning tablet server entries from zookeeper for resource group
$group"
+ if ! isDebug; then
+ "$accumulo_cmd" org.apache.accumulo.server.util.ZooZap -tservers
-group "$group"
+ fi
Review Comment:
We could do that. I surveyed the other places in `accumulo-cluster` and we
are not using `debugOrRun` in all cases where we are executing a command.
--
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]