Skip to content

Conversation

@RocMarshal
Copy link
Contributor

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:

  • Dependencies (does it add or upgrade a dependency): (yes / no)
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (yes / no)
  • The serializers: (yes / no / don't know)
  • The runtime per-record code paths (performance sensitive): (yes / no / don't know)
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / no / don't know)
  • The S3 file system connector: (yes / no / don't know)

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

@flinkbot
Copy link
Collaborator

flinkbot commented Oct 18, 2025

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@RocMarshal RocMarshal marked this pull request as draft October 19, 2025 00:49
@RocMarshal RocMarshal force-pushed the FLINK-33392 branch 2 times, most recently from 56086b3 to 583dd4b Compare October 19, 2025 15:46
@RocMarshal
Copy link
Contributor Author

The CH edition page will added a copy in the corresponding location after the EN edition page is ready.

@RocMarshal RocMarshal marked this pull request as ready for review October 20, 2025 01:41
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Copy link
Contributor

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.

Copy link
Contributor Author

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.

Copy link
Contributor

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.

Copy link
Contributor Author

@RocMarshal RocMarshal Oct 29, 2025

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.

@RocMarshal RocMarshal requested a review from davidradl October 21, 2025 15:35
@github-actions github-actions bot added the community-reviewed PR has been reviewed by the community. label Oct 21, 2025

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`.
Copy link
Contributor

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 ...

Copy link
Contributor Author

@RocMarshal RocMarshal Oct 29, 2025

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-reviewed PR has been reviewed by the community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants