CallMeKingsley97 commented on issue #14495: URL: https://github.com/apache/dolphinscheduler/issues/14495#issuecomment-1651020452
 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 -- 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]
