ruanwenjun commented on code in PR #13013:
URL:
https://github.com/apache/dolphinscheduler/pull/13013#discussion_r1034245232
##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/ServerNodeManager.java:
##########
@@ -201,13 +203,25 @@ public void notify(Event event) {
}
private void syncSingleWorkerNodeInfo(String workerAddress,
WorkerHeartBeat info) {
+ if (!NetUtils.isLegalAddress(workerAddress)) {
Review Comment:
The problem is in registry, we need to fix the data in registry, this is a
history data, right?
It's not a good idea to update the core class frequently unless serious bugs
exist, every new change may import new bug.
--
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]