Dawid Wysakowicz created FLINK-23474: ----------------------------------------
Summary: InputStatus should not contain END_OF_RECOVERY Key: FLINK-23474 URL: https://issues.apache.org/jira/browse/FLINK-23474 Project: Flink Issue Type: Bug Components: API / DataStream, Runtime / Task Affects Versions: 1.13.1 Reporter: Dawid Wysakowicz Fix For: 1.14.0 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. -- This message was sent by Atlassian Jira (v8.3.4#803005)