dlmarion commented on code in PR #5321:
URL: https://github.com/apache/accumulo/pull/5321#discussion_r1962266244
##########
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:
@ddanielr - are you suggesting there is an issue? or were you just answering
@keith-turner 's question about what it would look like?
--
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]