Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
During recovery process for unaligned checkpoint, the input channel state should also be recovered besides with existing operator states.
The InputGate would request buffer from local pool and then interact with ChannelStateReader to fill in the state data. The filled buffer would be inserted into respective InputChannel queue for processing in normal way.
It should guarantee that the new data from upstream side should not overtake the input state data to avoid mis-order issue.
Refer to more details by https://docs.google.com/document/d/16_MOQymzxrKvUHXh6QFr2AAXIKt_2vPUf8vzKy4H_tU/edit
Attachments
Issue Links
- causes
-
FLINK-17799 Performance regression in all network benchmarks
- Closed
-
FLINK-36260 numBytesInLocal and numBuffersInLocal being reported as remote
- Closed
- links to