SinBex commented on code in PR #21695: URL: https://github.com/apache/flink/pull/21695#discussion_r1081140387
########## flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptivebatch/AdaptiveBatchScheduler.java: ########## @@ -179,6 +183,7 @@ protected void onTaskFinished(final Execution execution, final IOMetrics ioMetri checkNotNull(ioMetrics); updateResultPartitionBytesMetrics(ioMetrics.getResultPartitionBytes()); initializeVerticesIfPossible(); + tryEnrichInputNumBytesForExecutionVertexInputInfos(); Review Comment: Yes, it's better, done with your suggested way. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org