You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gary Yao (Jira)" <ji...@apache.org> on 2019/11/15 15:11:00 UTC

[jira] [Created] (FLINK-14821) Enable 'Queryable state (rocksdb) with TM restart' E2E test to pass with new DefaultScheduler

Gary Yao created FLINK-14821:
--------------------------------

             Summary: Enable 'Queryable state (rocksdb) with TM restart' E2E test to pass with new DefaultScheduler
                 Key: FLINK-14821
                 URL: https://issues.apache.org/jira/browse/FLINK-14821
             Project: Flink
          Issue Type: Sub-task
          Components: Tests
    Affects Versions: 1.10.0
            Reporter: Gary Yao
            Assignee: Gary Yao
             Fix For: 1.10.0


The test expects that the job transitions from {{RESTARTING}} to {{CREATED}} . However, the {{DefaultScheduler}} will not transition the job to {{CREATED}}. Moreover, waiting for the transition is not needed because the loss of the TM is already guaranteed by
{code}
wait_for_number_of_running_tms 0
{code}



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