Skip to content

Commit 60093e4

Browse files
SteNicholasxintongsong
authored andcommitted
[FLINK-22592][runtime] numBuffersInLocal is always zero when using unaligned checkpoints
This closes #15915
1 parent 9541b4c commit 60093e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)