Dian Fu created FLINK-20067: ------------------------------- Summary: "Resuming Savepoint (file, sync, scale up) end-to-end test" failed with "Could not stop with a savepoint job" Key: FLINK-20067 URL: https://issues.apache.org/jira/browse/FLINK-20067 Project: Flink Issue Type: Bug Components: Command Line Client Affects Versions: 1.12.0 Reporter: Dian Fu Fix For: 1.12.0
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=9361&view=logs&j=c88eea3b-64a0-564d-0031-9fdcd7b8abee&t=ff888d9b-cd34-53cc-d90f-3e446d355529 {code} 2020-11-09T21:34:57.9793279Z ------------------------------------------------------------ 2020-11-09T21:34:57.9796524Z The program finished with the following exception: 2020-11-09T21:34:57.9798029Z 2020-11-09T21:34:57.9803871Z org.apache.flink.util.FlinkException: Could not stop with a savepoint job "2eeb77a3c57863f5502431fc2c2bff68". 2020-11-09T21:34:57.9807151Z at org.apache.flink.client.cli.CliFrontend.lambda$stop$5(CliFrontend.java:539) 2020-11-09T21:34:57.9809207Z at org.apache.flink.client.cli.CliFrontend.runClusterAction(CliFrontend.java:919) 2020-11-09T21:34:57.9812288Z at org.apache.flink.client.cli.CliFrontend.stop(CliFrontend.java:531) 2020-11-09T21:34:57.9814629Z at org.apache.flink.client.cli.CliFrontend.parseAndRun(CliFrontend.java:986) 2020-11-09T21:34:57.9817042Z at org.apache.flink.client.cli.CliFrontend.lambda$main$10(CliFrontend.java:1047) 2020-11-09T21:34:57.9820677Z at org.apache.flink.runtime.security.contexts.NoOpSecurityContext.runSecured(NoOpSecurityContext.java:30) 2020-11-09T21:34:57.9824092Z at org.apache.flink.client.cli.CliFrontend.main(CliFrontend.java:1047) 2020-11-09T21:34:57.9827302Z Caused by: java.util.concurrent.TimeoutException 2020-11-09T21:34:57.9830299Z at java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1784) 2020-11-09T21:34:57.9833885Z at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928) 2020-11-09T21:34:57.9836052Z at org.apache.flink.client.cli.CliFrontend.lambda$stop$5(CliFrontend.java:537) 2020-11-09T21:34:57.9838310Z ... 6 more 2020-11-09T21:34:58.0004555Z Nov 09 21:34:57 Waiting for job (2eeb77a3c57863f5502431fc2c2bff68) to reach terminal state FINISHED ... 2020-11-09T21:34:58.0051118Z Nov 09 21:34:58 Job (2eeb77a3c57863f5502431fc2c2bff68) reached terminal state FINISHED 2020-11-09T21:34:58.0056699Z Nov 09 21:34:58 Savepoint location was empty. This may mean that the stop-with-savepoint failed. {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)