-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
[FLINK-35966][runtime] Introduce the TASKS for TaskManagerLoadBalanceMode enum #25647
base: master
Are you sure you want to change the base?
Conversation
…g at slot level for Default Scheduler
1c90217
to
17a1b97
Compare
hi, @zhuzhurk @1996fanrui Could you help take a look for the PR if you had the free time ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I understand, task balancing needs 2 level:
- Task to Slot
- Slot to TM
This PR will Introduce the TASKS for TaskManagerLoadBalanceMode enum
, and only support task balancing at slot level. And Slot to TM
will be supported later.
I think it's acceptable for Flink 2.0, and I hope hear the suggestion from @zhuzhurk .
Does you mean that the balance of |
Thanks @zhuzhurk @1996fanrui for the comments. Please let me to synchronize the background information and introduce the reasons for this change. The feature freeze for version 2.0 will take place at the end of November 2024.
We expect to release this complete feature in 2.0 ideally
Meanwhile, for FLIP-370,
Therefore, I'd like to attempt to first support the slot-level balancing for the two schedulers. Please let me know what's your opinion~ Thx! |
The feature freeze date has been postponed to 2025-01-13[1]. Will it give enough time to complete the FLIP? [1] "[DISCUSS] Feature Freeze for Flink 2.0 - Jan 13" in dev ML |
What is the purpose of the change
Brief change log
Verifying this change
This change is already covered by existing tests,
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: (yes / no)Documentation