Skip to content

Commit

Permalink
[FLINK-22592][runtime] numBuffersInLocal is always zero when using un…
Browse files Browse the repository at this point in the history
…aligned checkpoints

This closes apache#15915
  • Loading branch information
SteNicholas authored and xintongsong committed May 17, 2021
1 parent 5ff7f73 commit 6c62561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected InputChannel toInputChannelInternal() {
initialBackoff,
maxBackoff,
numBytesIn,
numBytesIn,
numBuffersIn,
channelStateWriter);
}
}

0 comments on commit 6c62561

Please sign in to comment.