This is an automated email from the ASF dual-hosted git repository.
1996fanrui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 7f770b87178 [FLINK-40076][tests] Fix race in
RescaleTimelineITCase.testRecordNonTerminatedRescaleMergingWithNewRecoverableFailureTriggerCause
new 4aff72938d6 [hotfix] Report END_OF_INPUT from multiple-input processor
when all inputs finished
new c09a21c82bc [FLINK-39520][network] Decouple LocalInputChannel recovery
wiring from toBeConsumedBuffers
new 0076de581af [FLINK-39520][checkpoint] Extract
AbstractInputChannelRecoveredStateHandler with concrete no-filtering/filtering
handlers
new ed2a5d4050c [FLINK-39520][network] Add
InputGate#getChannel(InputChannelInfo)
new 8cd1c0ec657 [FLINK-39520][network] Additive logging overload; widen
releaseAllResources visibility
The 5 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:
.../channel/RecoveredChannelStateHandler.java | 241 ++++++++++++++-------
.../channel/SequentialChannelStateReaderImpl.java | 5 +-
.../io/network/logger/NetworkActionsLogger.java | 12 +-
.../io/network/partition/consumer/InputGate.java | 8 +
.../partition/consumer/LocalInputChannel.java | 63 ++++--
.../partition/consumer/RecoveredInputChannel.java | 7 +-
.../partition/consumer/SingleInputGate.java | 5 +
.../network/partition/consumer/UnionInputGate.java | 7 +
.../runtime/taskmanager/InputGateWithMetrics.java | 5 +
.../runtime/io/AbstractStreamTaskNetworkInput.java | 3 +-
.../runtime/io/StreamMultipleInputProcessor.java | 12 +-
.../io/checkpointing/CheckpointedInputGate.java | 4 +
.../InputChannelRecoveredStateHandlerTest.java | 67 +++---
.../channel/RecoveredChannelStateHandlerTest.java | 2 +-
.../streaming/runtime/io/MockIndexedInputGate.java | 5 +
.../flink/streaming/runtime/io/MockInputGate.java | 5 +
.../AlignedCheckpointsMassiveRandomTest.java | 5 +
17 files changed, 302 insertions(+), 154 deletions(-)