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

[jira] [Created] (FLINK-18902) Cannot serve results of asynchronous REST operations in per-job mode

Till Rohrmann created FLINK-18902:
-------------------------------------

             Summary: Cannot serve results of asynchronous REST operations in per-job mode
                 Key: FLINK-18902
                 URL: https://issues.apache.org/jira/browse/FLINK-18902
             Project: Flink
          Issue Type: Bug
          Components: Runtime / REST
    Affects Versions: 1.10.2, 1.12.0, 1.11.2
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
             Fix For: 1.10.2, 1.12.0, 1.11.2


Due to the changes introduced with FLINK-18663 a Flink per-job cluster can no longer properly shut down. The problem is that we no longer serve asynchronous results (e.g. resulting from a cancel-with-savepoint operation) while the cluster waits to shut down.

In order to solve this problem, Flink needs to serve REST request also while it waits for shutting itself down.



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