Login  Register

[jira] [Created] (FLINK-23008) Upload file not exist when submit job use RestClient

Posted by Shang Yuanchun (Jira) on Jun 16, 2021; 8:10am
URL: http://deprecated-apache-flink-mailing-list-archive.368.s1.nabble.com/jira-Created-FLINK-23008-Upload-file-not-exist-when-submit-job-use-RestClient-tp51402.html

YufeiLiu created FLINK-23008:
--------------------------------

             Summary: Upload file not exist when submit job use RestClient
                 Key: FLINK-23008
                 URL: https://issues.apache.org/jira/browse/FLINK-23008
             Project: Flink
          Issue Type: Bug
          Components: Runtime / REST
    Affects Versions: 1.12.3
            Reporter: YufeiLiu


Upload jar file using {{PipelineOptions.JARS}} or {{JobGraph.addJar}}, client will wrapped files as a request and post to server. If some file doesn't exist, the request will just interrupt and no exception. Client keep waiting response and server doesn't receive request, until trigger channel idle check and retry.
I think we should add a file exist check before submit.



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