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/15 02:59:00 UTC

[jira] [Created] (FLINK-26641) Optimize the time of fetching job status in the job submission of session cluster

Yangze Guo created FLINK-26641:
----------------------------------

             Summary: Optimize the time of fetching job status in the job submission of session cluster
                 Key: FLINK-26641
                 URL: https://issues.apache.org/jira/browse/FLINK-26641
             Project: Flink
          Issue Type: Sub-task
          Components: Client / Job Submission, Runtime / REST
            Reporter: Yangze Guo
            Assignee: Yangze Guo
             Fix For: 1.16.0


Currently, in the session cluster, the client will wait until the job initialization is finished in the job submission period. However, it will first get the job details from the `ExecutionGraphCache`. For short queries in OLAP scenarios, the job might have been finished before the cache refreshed, which increase the e2e time of fetching the result.

We proposed to introduce a REST API for the job status to replace it.



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