You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/09/26 15:04:00 UTC

[jira] [Created] (FLINK-7693) Adapt web frontend to use proper DELETE REST call for job termination

Till Rohrmann created FLINK-7693:
------------------------------------

             Summary: Adapt web frontend to use proper DELETE REST call for job termination
                 Key: FLINK-7693
                 URL: https://issues.apache.org/jira/browse/FLINK-7693
             Project: Flink
          Issue Type: Sub-task
          Components: Webfrontend
    Affects Versions: 1.4.0
            Reporter: Till Rohrmann


After completing FLINK-7650, we should change the web frontend code to use the proper REST method to terminate a Flink job. Currently it issues a GET call which is now a DELETE call with the ported {{JobCancellationHandler}}. This, however, is only doable if we either change it for the {{WebRuntimeMonitor}} as well, have deleted the old {{WebRuntimeMonitor}} code or forked the web frontend code (for Flip-6 code and the old code).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)