You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jiayi Liao (Jira)" <ji...@apache.org> on 2020/09/07 07:49:00 UTC

[jira] [Created] (FLINK-19150) Behaviour change after migration from 1.9 to 1.11

Jiayi Liao created FLINK-19150:
----------------------------------

             Summary: Behaviour change after migration from 1.9 to 1.11
                 Key: FLINK-19150
                 URL: https://issues.apache.org/jira/browse/FLINK-19150
             Project: Flink
          Issue Type: Bug
          Components: Client / Job Submission
    Affects Versions: 1.11.0
            Reporter: Jiayi Liao


In Flink 1.9, if we submit a job in attach mode, the client will help to shut down the cluster in the end. While in Flink 1.11, the cluster will be shut down as long as the job result is requested, no matters where the request comes from.

Currently we've found that the client cannot succeed to get the job execution result and report connection lost error because the result has already been requested and the cluster is shut down. The root cause is under investigation but we think it might be related to the network environment since the probability of occurance is very low.

I'm aware of that there's a big restructure on the job submission from Flink 1.9 to 1.11. But is this change expected?



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