Document the state by adding a label to the FLIP page with one of "discussion", "accepted", "released", "rejected".

Discussion threadhere (<- link to https://lists.apache.org/list.html?dev@flink.apache.org)
Vote threadhere (<- link to https://lists.apache.org/list.html?dev@flink.apache.org)
JIRAhere (<- link to https://issues.apache.org/jira/browse/FLINK-XXXX)
Release<Flink Version>

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

Motivation

The job cancellation REST endpoint has a terminationMode query parameter, which in the past could be set to either CANCEL or STOP, but since then the job stop endpoint has subsumed the STOP functionality.

Since then the cancel endpoint rejected requests that specified STOP.

Public Interfaces

Rest endpoints:

  • /jobs/:jobid/cancel

Proposed Changes

Remove the terminationMode query parameter. If the parameter is specified by the user it will be ignored.

Compatibility, Deprecation, and Migration Plan

  • What impact (if any) will there be on existing users?
  • Users will not be impacted by this change, as STOP is already being rejected.