keith-turner commented on code in PR #5321:
URL: https://github.com/apache/accumulo/pull/5321#discussion_r1956712308
##########
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:
could `debugOrRun` be used here? Thinking it could print the command that
would be run in debug mode.
--
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]