[
https://issues.apache.org/jira/browse/FLINK-29643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabian Paul updated FLINK-29643:
--------------------------------
Affects Version/s: 1.15.3
(was: 1.15.2)
> Possible NPE in ApplicationDispatcherBootstrap with failedJob submission and
> no HA
> ----------------------------------------------------------------------------------
>
> Key: FLINK-29643
> URL: https://issues.apache.org/jira/browse/FLINK-29643
> Project: Flink
> Issue Type: Bug
> Components: Client / Job Submission
> Affects Versions: 1.16.0, 1.17.0, 1.15.3
> Reporter: Nico Kruber
> Priority: Major
>
> If
> - {{PipelineOptionsInternal.PIPELINE_FIXED_JOB_ID}} is not set, and
> - high availabibility is not activated, and
> - {{DeploymentOptions.SUBMIT_FAILED_JOB_ON_APPLICATION_ERROR}} is set,
> then a failure in job submission may fail with an NPE since the appropriate
> code in {{ApplicationDispatcherBootstrap#runApplicationEntryPoint()}} is
> trying to read the {{failedJobId}} from the configuration where it will not
> be present in these cases.
> Please refer to the conditions that set the {{jobId}} in
> {{ApplicationDispatcherBootstrap.fixJobIdAndRunApplicationAsync()}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)