ddanielr commented on code in PR #5321:
URL: https://github.com/apache/accumulo/pull/5321#discussion_r1962300632
##########
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:
I'm just answering @keith-turner 's question. The debug option seems to work
well!
--
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]