JunRuiLee commented on code in PR #24415:
URL: https://github.com/apache/flink/pull/24415#discussion_r1542392137
##########
flink-runtime/src/test/java/org/apache/flink/runtime/operators/coordination/OperatorCoordinatorHolderTest.java:
##########
@@ -574,8 +574,7 @@ public boolean hasFinishedTasks() {
},
IteratorChain::new,
false),
- new CheckpointStatsTracker(
- 1, new
WatermarkStrategyTest.DummyMetricGroup(), jobId)));
+ new CheckpointStatsTracker(1, new
UnregisteredMetricsGroup(), jobId)));
Review Comment:
This change was mistakenly included in the wrong commit; it should be part
of commit 54ccfc4f. I will update it before merging.
--
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]