dlmarion commented on PR #5321:
URL: https://github.com/apache/accumulo/pull/5321#issuecomment-2667327806

   > > I think it's possible that the ZooKeeper paths could be removed before 
the processes are stopped in this case.
   > 
   > Any insight into why this is happening? Looking at the accumulo-cluster 
script it seems like the call to `accumulo-service` happens before the call to 
zoozap.
   
   I believe that it's the recent changes to the `accumulo-cluster` script with 
the `ssh` command. IIRC it uses the options `qnf`, which if my memory serves 
me, puts the command into the background in another process. I believe we did 
this to help speed up processing of commands on systems with a large number of 
server processes, but it also means that the `accumulo-cluster` script will 
continue with the commands not having completed. Based on this, I'm thinking we 
may not want to make this change, or I need to look at doing it differently.


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