reele opened a new issue, #17408: URL: https://github.com/apache/dolphinscheduler/issues/17408
### 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 when master started before worker, onWorkerGroupChange will not add the worker which not started yet, so even the worker started, onServerAdded only affect `workerMapping` and `dbWorkerGroupMapping` will not changed, so if not editing worker-group again, the balancer will cannot find the worker. ### What you expected to happen not to filter activated workers. ### How to reproduce 1. set worker group on UI 2. stop masters & workers 3. start master and wait startup 4. start worker 5. start a task, the task will cannot find the worker. ### 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]
