Juha created FLINK-23185: ---------------------------- Summary: REST API docs refer to removed rescaling endpoints Key: FLINK-23185 URL: https://issues.apache.org/jira/browse/FLINK-23185 Project: Flink Issue Type: Bug Components: Documentation Affects Versions: 1.13.1 Reporter: Juha
The REST API docs says: "There exist several async operations among these APIs, e.g. trigger savepoint, rescale a job." Additionally according to the docs the endpoints "/jobs/:jobid/rescaling" and "/jobs/:jobid/rescaling/:triggerid" are there and return HTTP 200. AFAIK they're removed and return HTTP 503. The operations were removed in the CLI in FLINK-12312. The docs of above endpoints should be changed to tell that they've been removed (or fail always) and the examples of of async operations shouldn't contain a removed endpoint. -- This message was sent by Atlassian Jira (v8.3.4#803005)