Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,16 @@ You can enable balanced tasks scheduling through the following configuration ite

- `taskmanager.load-balance.mode`: `tasks`

<span class="label label-info">Note</span> During failover scenarios,
when resources are released and resource requests are processed,
the delayed updates in the resource view may lead to allocation results that are not optimally balanced.
In such cases, you can improve the situation by appropriately increasing the value of
Copy link
Contributor

@davidradl davidradl Nov 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To make this clearer, I suggest:

  • being explicit as to what you mean by appropriately
  • being explicit as to what you mean by sub-optimal and what optimal would look like.
  • it would be helpful to describe why increasing slot.request.max-interval can help, and maybe what happens if it is too high.
  • Maybe give an example to illustrate the points you are making in the text.

[`slot.request.max-interval`]({{< ref "docs/deployment/config" >}}#slot-request-max-interval).
It must be emphasized that if suboptimal task balancing still occurs after the value of
option has been sufficiently increased, you may report it in
<a href="https://issues.apache.org/jira/browse/FLINK-38715">FLINK-38715</a>,
which should include descriptions of scheduling-related configurations and the observed phenomena.

## More details

See the <a href="https://cwiki.apache.org/confluence/x/U56zDw">FLIP-370</a> for more details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,16 @@ You can enable balanced tasks scheduling through the following configuration ite

- `taskmanager.load-balance.mode`: `tasks`

<span class="label label-info">Note</span> During failover scenarios,
when resources are released and resource requests are processed,
the delayed updates in the resource view may lead to allocation results that are not optimally balanced.
In such cases, you can improve the situation by appropriately increasing the value of
[`slot.request.max-interval`]({{< ref "docs/deployment/config" >}}#slot-request-max-interval).
It must be emphasized that if suboptimal task balancing still occurs after the value of
option has been sufficiently increased, you may report it in
<a href="https://issues.apache.org/jira/browse/FLINK-38715">FLINK-38715</a>,
which should include descriptions of scheduling-related configurations and the observed phenomena.

## More details

See the <a href="https://cwiki.apache.org/confluence/x/U56zDw">FLIP-370</a> for more details.
Expand Down