davidradl commented on code in PR #27270: URL: https://github.com/apache/flink/pull/27270#discussion_r2559263429
########## 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: 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. -- 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]
