pnowojski commented on a change in pull request #13109:
URL: https://github.com/apache/flink/pull/13109#discussion_r468594920
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java
##########
@@ -160,7 +160,7 @@ public void setup(StreamTask<?, ?> containingTask,
StreamConfig config, Output<S
if (config.isChainStart()) {
operatorMetricGroup.getIOMetricGroup().reuseInputMetricsForTask();
}
- if (config.isChainEnd()) {
+ if
(!config.getNonChainedOutputs(getUserCodeClassloader()).isEmpty()) {
Review comment:
You've missed the same change but for `AbstractStreamOperatorV2` (I
would expect `MultipleInputStreamTaskTest#testOperatorMetricReuse` would cover
for that)
----------------------------------------------------------------
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]