You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/06 09:18:58 UTC

[GitHub] [flink] aljoscha commented on issue #10451: [FLINK-15086][client] Explictly close JobCluster in attach mode

aljoscha commented on issue #10451: [FLINK-15086][client] Explictly close JobCluster in attach mode
URL: https://github.com/apache/flink/pull/10451#issuecomment-562496288
 
 
   I think for `executeAsync()` we should always execute the cluster in detached mode. This has the unfortunate consequence that the cluster might go down before the user can query anything, but I think this is ok for now. In the future, we can enhance the `JobClient`/`ClusterClient` to talk directly to YARN (or the underlying execution system), this way, we can still get the job status (and some results) after a per-job YARN cluster has shut down.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services