CallMeKingsley97 commented on issue #14495:
URL: 
https://github.com/apache/dolphinscheduler/issues/14495#issuecomment-1651846786

   > > 
![image](https://user-images.githubusercontent.com/42668765/256127400-a84904eb-9e39-4433-a59a-65a80b225d6d.png)
 When you stop the standalone-server, program try to remove master node in 
zookeeper.At this point zookeeper's state is **stopped** . So, the program 
throw the exception. @fincentxyz
   > > Considering that the master node was created by EPHEMERAL mode, should 
we remove this line in the deregister() method (MasterRegistryClient.java)? 
`registryClient.remove(masterConfig.getMasterRegistryPath());` @ruanwenjun
   > 
   > Yes, it's off to remove this code, but not all registry plugin is 
implemented as EPHEMERAL, so keep the remove logic is ok. We can close the 
zkserver after SpringContext closed
   > 
   > This should only exist in standalone mode?
   
   Yep, i think it only exist in standalone mode.


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