ruanwenjun opened a new issue #6111: URL: https://github.com/apache/dolphinscheduler/issues/6111
**Describe the question** When we start a master server, we will wait the master server node created in line 124. But the current check method just check the host, it's better to add master port. Maybe someone will deploy two master has the same host. https://github.com/apache/dolphinscheduler/blob/93ef12366b422d1410c8de45e541ef4f97239a84/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/registry/MasterRegistryClient.java#L111-L139 **Which version of DolphinScheduler:** -[dev] **Describe alternatives you've considered** Add use host:port to check the master exist. -- 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]
