zhuzhurk commented on code in PR #21570:
URL: https://github.com/apache/flink/pull/21570#discussion_r1063284441


##########
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptivebatch/DefaultVertexParallelismAndInputInfosDecider.java:
##########
@@ -163,27 +169,30 @@ int decideParallelism(List<BlockingResultInfo> 
consumedResults, int initialParal
 
         LOG.debug(
                 "The size of broadcast data is {}, the size of non-broadcast 
data is {}, "
-                        + "the initially decided parallelism is {}, after 
normalize is {}",
+                        + "the initially decided parallelism of {} is {}, 
after normalize is {}",

Review Comment:
   of {} -> of job vertex {}
   
   after normalize -> after normalization



-- 
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]

Reply via email to