pnowojski commented on a change in pull request #11031:
[FLINK-15914][checkpointing][metrics] Miss the checkpoint related metrics for
the case of two inputs
URL: https://github.com/apache/flink/pull/11031#discussion_r375840905
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/CheckpointedInputGate.java
##########
@@ -233,15 +234,17 @@ public long getLatestCheckpointId() {
*
* @return The duration in nanoseconds
*/
- public long getAlignmentDurationNanos() {
+ @VisibleForTesting
Review comment:
? It's not used anywhere in the tests, isn't it?
----------------------------------------------------------------
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