rkhachatryan commented on a change in pull request #11948:
URL: https://github.com/apache/flink/pull/11948#discussion_r423001942



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/InputChannel.java
##########
@@ -291,7 +291,7 @@ public int unsynchronizedGetNumberOfQueuedBuffers() {
         * returns null in all other cases.
         */
        @Nullable
-       protected CheckpointBarrier parseCheckpointBarrierOrNull(Buffer buffer) 
throws IOException {
+       CheckpointBarrier parseCheckpointBarrierOrNull(Buffer buffer) throws 
IOException {

Review comment:
       You're right, reverting this change.




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