[
https://issues.apache.org/jira/browse/FLINK-29640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-29640:
-----------------------------------
Labels: pull-request-available (was: )
> Enhance the function configured by execution.shutdown-on-attached-exit by
> heartbeat between client and dispatcher
> -----------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-29640
> URL: https://issues.apache.org/jira/browse/FLINK-29640
> Project: Flink
> Issue Type: Improvement
> Components: Client / Job Submission
> Reporter: Liu
> Assignee: Liu
> Priority: Major
> Labels: pull-request-available
>
> If the param execution.shutdown-on-attached-exit is set to true, perform a
> best-effort cluster shutdown when the CLI is terminated abruptly.
> But when the client is killed by 'kill -9', the cluster will not shutdown for
> that the signal can not be sent. We can enhance the behavior by building the
> heart beat between the client and the job. Once the job can not received any
> heartbeat from the client, the job cancel itself.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)