zhijiangW commented on a change in pull request #9476: [FLINK-13764][task,
metrics] Pass the counter of numRecordsIn into the constructor of
StreamInputProcessor
URL: https://github.com/apache/flink/pull/9476#discussion_r317129016
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/StreamOneInputProcessor.java
##########
@@ -127,6 +126,8 @@ public StreamOneInputProcessor(
metrics.gauge("checkpointAlignmentTime",
barrierHandler::getAlignmentDurationNanos);
this.operatorChain = checkNotNull(operatorChain);
+
Review comment:
yes, it can be removed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services