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)