RocMarshal commented on code in PR #27270:
URL: https://github.com/apache/flink/pull/27270#discussion_r3027386373
##########
docs/content.zh/docs/deployment/tasks-scheduling/balanced_tasks_scheduling.md:
##########
@@ -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
Review Comment:
Hi, @davidradl Thanks for your comments.
> being explicit as to what you mean by appropriately
> it would be helpful to describe why increasing slot.request.max-interval
can help, and maybe what happens > if it is too high.
Sounds good to me and updated.
> being explicit as to what you mean by sub-optimal and what optimal would
look like.
I updated `sub-optimal` to `non-best` for reading.
> Maybe give an example to illustrate the points you are making in the text.
The existing documentation already covers the scheduling principles and
examples. Here, we likely only need to provide parameter hints.
Pls let me know your opinion.
Thank you :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]