zhuzhurk commented on a change in pull request #17952:
URL: https://github.com/apache/flink/pull/17952#discussion_r764833706
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptivebatch/DefaultVertexParallelismDecider.java
##########
@@ -103,20 +105,47 @@ private int calculateParallelism(List<BlockingResultInfo>
consumedResults) {
if (broadcastBytes > expectedMaxBroadcastBytes) {
LOG.info(
- "The number of broadcast bytes: {} is larger than the
expected maximum value: {} ('{}' * {})."
- + " Use the expected maximum value as the number
of broadcast bytes to decide the parallelism.",
- broadcastBytes,
- expectedMaxBroadcastBytes,
+ "The number of broadcast bytes {} is larger than the
expected maximum value {} ('{}' * {})."
Review comment:
maybe number -> size?
--
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]