Skip to content

Commit 0fa29a2

Browse files
committed
[FLINK-22592][runtime] numBuffersInLocal is always zero when using unaligned checkpoints
1 parent e510b3a commit 0fa29a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/LocalRecoveredInputChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected InputChannel toInputChannelInternal() {
6868
initialBackoff,
6969
maxBackoff,
7070
numBytesIn,
71-
numBytesIn,
71+
numBuffersIn,
7272
channelStateWriter);
7373
}
7474
}

0 commit comments

Comments
 (0)