DarkAssassinator opened a new issue, #12981: URL: https://github.com/apache/dolphinscheduler/issues/12981
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Default Worker group contain `default`、`XXXX:1234`、`worker`, all these 3 nodes were wrong. + `default` and `worker` not worker nodes. + `XXXX:1234` has stopped. Default worker group should be contain this record.  And default worker group come from `workerNodeInfo`.  But never remove the wrong and expired record from `workerNodeInfo`.  ### What you expected to happen Default worker group should be correct. ### How to reproduce Step 1: Start a Master service. Step 2: Start a Worker service and then stop it. Step 3: Check master log and u can find the following screenshot:  ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
