dlmarion commented on code in PR #5321:
URL: https://github.com/apache/accumulo/pull/5321#discussion_r1960199152


##########
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 applied this change in 18844f8.



-- 
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]

Reply via email to