Github user GJL commented on a diff in the pull request:
https://github.com/apache/flink/pull/5622#discussion_r171886987
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/savepoints/SavepointTriggerRequestBody.java
---
@@ -36,15 +36,26 @@
@Nullable
private final String targetDirectory;
+ private final boolean cancelJob;
--- End diff --
Not annotated with `@JsonProperty`---
