Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5579#discussion_r170575275
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/JobDetailsInfo.java
---
@@ -50,7 +50,7 @@
public static final String FIELD_NAME_JOB_NAME = "name";
- public static final String FIELD_NAME_IS_STOPPABLE = "isStoppable";
+ public static final String FIELD_NAME_IS_STOPPABLE = "stoppable";
--- End diff --
We should figure out why it returned "stoppable", as far as i can tell it
should "isStoppable". This would be an API breaking change.
---