Re: Apache Flink - Error on creating savepoints using REST interface

2020-05-25 Thread M Singh
Hi Chesney: The SavepointTriggerRequestBody indicates defaultValue for cancel-job attribute, so is it not being honored ? https://github.com/apache/flink/blob/release-1.6/flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/savepoints/SavepointTriggerRequestBody.java Thanks

Re: Apache Flink - Error on creating savepoints using REST interface

2020-05-23 Thread Chesnay Schepler
You also have to set the boolean cancel-job parameter. On 22/05/2020 22:47, M Singh wrote: Hi: I am using Flink 1.6.2 and trying to create a savepoint using the following curl command using the following references (https://ci.apache.org/projects/flink/flink-docs-release-1.6/monitoring/rest_a

Apache Flink - Error on creating savepoints using REST interface

2020-05-22 Thread M Singh
Hi: I am using Flink 1.6.2 and trying to create a savepoint using the following curl command using the following references (https://ci.apache.org/projects/flink/flink-docs-release-1.6/monitoring/rest_api.html) and  https://ci.apache.org/projects/flink/flink-docs-release-1.6/api/java/org/apache/