det101 opened a new issue, #16981: URL: https://github.com/apache/dolphinscheduler/issues/16981
### 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 use host-selector: lower_weight and when multiple workers are configured with different host-height values, tasks are not being allocated according to the host-height weights. The configuration parameter seems to be ineffective.However, the actual runtime behavior and the results of the unit tests do not meet expectations. ### What you expected to happen The host-height parameter does take effect under the host-selector mode of lower_weight, which is consistent with the documentation. [dolphinscheduler-doc](https://dolphinscheduler.apache.org/zh-cn/docs/3.2.2/architecture/load-balance) ### How to reproduce master is configured with host-selector set to lower_weight. Both workers have identical configurations. The first worker-server is configured with host-weight: 100. The second worker-server is configured with host-weight: 10. ### 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]
