davidradl commented on code in PR #25647:
URL: https://github.com/apache/flink/pull/25647#discussion_r1851620823
##########
flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java:
##########
@@ -707,6 +707,12 @@ public class TaskManagerOptions {
"The %s mode tries to
spread out the slots evenly across all available %s.",
code(TaskManagerLoadBalanceMode.SLOTS.name()),
code("TaskManagers")),
+ text(
+ "The %s mode tries to
schedule evenly all tasks based on its' number across all available %s. "
Review Comment:
I don't understand this sentence. I am not sure what "schedule evenly all
tasks based on its' number" means.
--
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]