Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [master-server] worker:host-height not work when host-selector is lower_weight #16981

Open
3 tasks done
det101 opened this issue Jan 23, 2025 · 0 comments
Open
3 tasks done
Assignees
Labels
backend bug Something isn't working

Comments

@det101
Copy link

det101 commented Jan 23, 2025

Search before asking

  • I had searched in the issues 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

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?

  • Yes I am willing to submit a PR!

Code of Conduct

@det101 det101 added bug Something isn't working Waiting for reply Waiting for reply labels Jan 23, 2025
@SbloodyS SbloodyS added backend and removed Waiting for reply Waiting for reply labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants