ddanielr commented on code in PR #5396:
URL: https://github.com/apache/accumulo/pull/5396#discussion_r1990356631


##########
assemble/bin/accumulo-cluster:
##########
@@ -485,6 +485,26 @@ function control_services() {
   if [[ $ARG_ALL == 1 && $ARG_LOCAL == 0 && $operation == "stop" ]]; then
     echo "Stopping Accumulo cluster..."
     if ! isDebug; then
+      # Stop all of the the Scan Server processes

Review Comment:
   > Yeah, I'm wasn't sure if `local` is relative to a block of code or not in 
bash.
   
   Looks like it's relative to the "block of code", but that's defined as the 
contents of an anonymous function.
   https://tldp.org/LDP/abs/html/special-chars.html#CODEBLOCKREF



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