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_r376278559
##########
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:
Ops, sorry for the confusion. I thought that you were changed this from
private to `@VisibleForTesting` for some test that you didn't commit, while it
was `public` before. Please ignore my comment.
----------------------------------------------------------------
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