You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Maximilian Michels (Jira)" <ji...@apache.org> on 2020/03/21 13:18:00 UTC

[jira] [Created] (FLINK-16705) LocalExecutor tears down MiniCluster before client can retrieve JobResult

Maximilian Michels created FLINK-16705:
------------------------------------------

             Summary: LocalExecutor tears down MiniCluster before client can retrieve JobResult
                 Key: FLINK-16705
                 URL: https://issues.apache.org/jira/browse/FLINK-16705
             Project: Flink
          Issue Type: Bug
          Components: Client / Job Submission
            Reporter: Maximilian Michels
            Assignee: Maximilian Michels


There is a race condition in {{LocalExecutor}} between (a) shutting down the cluster when the job has finished and (b) the client which retrieves the result of the job execution.

This was observed in Beam, running a large test suite with the Flink Runner.

We should make sure the job result retrieval and the cluster shutdown do not interfere.



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