-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-33392][docs] Add the documentation pages for balanced tasks scheduling. #27128
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
base: master
Are you sure you want to change the base?
Conversation
56086b3 to
583dd4b
Compare
|
The CH edition page will added a copy in the corresponding location after the EN edition page is ready. |
docs/content/docs/deployment/tasks-scheduling/balanced_tasks_scheduling.md
Show resolved
Hide resolved
| --- | ||
| <!-- | ||
| Licensed to the Apache Software Foundation (ASF) under one | ||
| or more contributor license agreements. See the NOTICE file |
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.
I was expecting this file to be duplicated in the Chinese docs tree.
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.
Yes, as described in #27128 (comment) , The page will be added after the english edition is ready to merge.
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.
ok - but this is unusual. Normally we would do both together.
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.
Thanks @davidradl .
I'll follow the rule you mentioned in next related contributions.
And I added the related page.
|
|
||
| Therefore, Flink provides a task-quantity-based balanced tasks scheduling capability. | ||
| Within the job's resource view, it aims to ensure that the number of tasks | ||
| scheduled to each `TaskManager` is as close as possible, thereby improving the resource usage skew among `TaskManagers`. |
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.
I was expecting is as close as possible be as as close as possible to ...
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.
nice idea! Updated.
Please help take a look , @davidradl thanks a lot !
583dd4b to
811f8e4
Compare
What is the purpose of the change
[FLINK-33392][docs] Add the documentation pages for balanced tasks scheduling.
Brief change log
[FLINK-33392][docs] Add the documentation pages for balanced tasks scheduling.
Verifying this change
N.A
Does this pull request potentially affect one of the following parts:
@Public(Evolving): (yes / no)Documentation