zentol commented on a change in pull request #8209: [FLINK-11889] Remove "stop" 
signal and related interfaces.
URL: https://github.com/apache/flink/pull/8209#discussion_r276656656
 
 

 ##########
 File path: 
flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/WebFrontendITCase.java
 ##########
 @@ -280,8 +279,8 @@ public void testStop() throws Exception {
                final Deadline deadline = testTimeout.fromNow();
 
                try (HttpTestClient client = new HttpTestClient("localhost", 
getRestPort())) {
-                       // stop the job
-                       client.sendPatchRequest("/jobs/" + jid + "/?mode=stop", 
deadline.timeLeft());
+                       // cancel the job
+                       client.sendPatchRequest("/jobs/" + jid + 
"/?mode=cancel", deadline.timeLeft());
 
 Review comment:
   remove mode parameter

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to