You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yangze Guo (Jira)" <ji...@apache.org> on 2022/03/14 06:53:00 UTC

[jira] [Created] (FLINK-26627) Allow user to config the init/max wait time in the ExponentialWaitStrategy of job submission

Yangze Guo created FLINK-26627:
----------------------------------

             Summary: Allow user to config the init/max wait time in the ExponentialWaitStrategy of job submission
                 Key: FLINK-26627
                 URL: https://issues.apache.org/jira/browse/FLINK-26627
             Project: Flink
          Issue Type: Improvement
          Components: Client / Job Submission
            Reporter: Yangze Guo
            Assignee: Yangze Guo
             Fix For: 1.16.0


Currently, in the job submission, the `JobClient` is available only when the job finishes its initialization. The client applies an exponential strategy waiting for it. However, the init/max wait time is arbitrarily set to 50/2000 ms, which might not make sense for short OLAP queries.

We proposed to make them configurable.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)