Skip to content

Commit 45192f5

Browse files
authored
[hotfix][javadocs] Fix typo in the Javadoc for the load value in LoadSimulationPipeline (#999)
1 parent ef02fa8 commit 45192f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/autoscaling/src/main/java/autoscaling/LoadSimulationPipeline.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
*
5656
* A concrete example: "1;2;4\n4;2;1"
5757
* Two branches are created with three tasks each. On the first branch, the tasks have
58-
* a load of 1, 2, and 3 respectively. On the second branch, the tasks have the load reversed.
58+
* a load of 1, 2, and 4 respectively. On the second branch, the tasks have the load reversed.
5959
* This means, that at peak Flink Autoscaling at target utilization of 0.5, the parallelisms of
6060
* the tasks will be 2, 4, 8 for branch one and vise-versa for branch two.
6161
* </pre>

0 commit comments

Comments
 (0)