This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from d1914c63c95 [FLINK-39018][network] Buffer migration from
RecoveredInputChannel to physical channels
new 8f40b51d623 [FLINK-38543][checkpoint] Fix Mailbox loop interrupted
before recovery finished
new aaab864c24d [FLINK-38543][checkpoint] Introduce
bufferFilteringCompleteFuture for earlier RUNNING state transition
new e39b252d383 [FLINK-38543][checkpoint] Change overall UC restore
process for checkpoint during recovery
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../configuration/CheckpointingOptionsTest.java | 2 +-
.../io/network/partition/consumer/InputGate.java | 7 +
.../partition/consumer/RecoveredInputChannel.java | 41 +++++-
.../partition/consumer/SingleInputGate.java | 15 +++
.../network/partition/consumer/UnionInputGate.java | 9 ++
.../runtime/taskmanager/InputGateWithMetrics.java | 5 +
.../flink/streaming/runtime/tasks/StreamTask.java | 42 ++++--
.../consumer/RecoveredInputChannelTest.java | 143 ++++++++++++++++++++-
.../partition/consumer/SingleInputGateBuilder.java | 8 ++
.../partition/consumer/SingleInputGateTest.java | 30 +++++
.../partition/consumer/UnionInputGateTest.java | 58 +++++++++
.../streaming/runtime/io/MockIndexedInputGate.java | 5 +
.../flink/streaming/runtime/io/MockInputGate.java | 5 +
.../AlignedCheckpointsMassiveRandomTest.java | 5 +
14 files changed, 352 insertions(+), 23 deletions(-)