AHeise commented on a change in pull request #12460:
URL: https://github.com/apache/flink/pull/12460#discussion_r435856091



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/CheckpointBarrierUnaligner.java
##########
@@ -404,8 +400,14 @@ synchronized int getNumOpenChannels() {
                        return numOpenChannels;
                }
 
+               @VisibleForTesting
                synchronized long getCurrentCheckpointId() {
                        return currentReceivedCheckpointId;
                }
+
+               @VisibleForTesting
+               boolean isCheckpointPending() {

Review comment:
       okay, fair enough. let's keep it this way.




----------------------------------------------------------------
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]


Reply via email to