Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.13.1
-
InputStatus.END_OF_RECOVERY was removed. It was an internal flag that should never be returned from SourceReaders. Returning that value in earlier versions might lead to misbehaviour.
Description
We added the END_OF_RECOVERY enum value in order to support recovery of unaligned checkpoints with rescaling.
However the InputStatus is expose in a public interface via SourceReader. At the same time it is not a valid value which the SourceReader can return.
We should internally replace the InputStatus with an internal equivalent.
Attachments
Issue Links
- is caused by
-
FLINK-19801 Add support for virtual channels
- Resolved
- links to