You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Roman Khachatryan (Jira)" <ji...@apache.org> on 2020/05/15 19:16:00 UTC

[jira] [Created] (FLINK-17741) Create integration or e2e test for out of order (savepoint) barriers

Roman Khachatryan created FLINK-17741:
-----------------------------------------

             Summary: Create integration or e2e test for out of order (savepoint) barriers
                 Key: FLINK-17741
                 URL: https://issues.apache.org/jira/browse/FLINK-17741
             Project: Flink
          Issue Type: Test
          Components: Tests
            Reporter: Roman Khachatryan


Unaligned checkpoints MVP assumes at most one barrier at a time. This is ensured by max-concurrent-checkpoints on CheckpointCoordinator.

But it seems possible that CheckpointCoordinator considers a checkpoint canceled, starts a new one, while some old barriers are still flowing in the graph.

As of now, this situation isn't tested.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)