[ 
https://issues.apache.org/jira/browse/FLINK-19219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17262682#comment-17262682
 ] 

Robert Metzger commented on FLINK-19219:
----------------------------------------

I closed the PR (https://github.com/apache/flink/pull/13424) for now.

If there are users showing up asking for this feature, we can look into it 
again.

> Run JobManager initialization in a separate thread, to make it cancellable
> --------------------------------------------------------------------------
>
>                 Key: FLINK-19219
>                 URL: https://issues.apache.org/jira/browse/FLINK-19219
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Coordination
>    Affects Versions: 1.12.0
>            Reporter: Robert Metzger
>            Assignee: Robert Metzger
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.13.0
>
>
> FLINK-16866 made the job submission non-blocking. The job submission will be 
> executed asynchronously in a thread pool, submitted through a future.
> The problem is that we can not cancel a hanging job submission once it is 
> running in the threadpool.
> This ticket is about running the initialization in a separate thread, so that 
> we can interrupt it.



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

Reply via email to