pvary commented on code in PR #23555: URL: https://github.com/apache/flink/pull/23555#discussion_r1370193745
########## flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/sink/committables/SubtaskCommittableManager.java: ########## @@ -72,7 +86,7 @@ void add(CommittableWithLineage<CommT> committable) { void add(CommT committable) { checkState(requests.size() < numExpectedCommittables, "Already received all committables."); - requests.add(new CommitRequestImpl<>(committable)); + requests.add(new CommitRequestImpl<>(committable, metricGroup)); Review Comment: Moved -- 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