Dawid Wysakowicz created FLINK-23386: ----------------------------------------
Summary: Running 'Resuming Savepoint (rocks, scale down, rocks timers) end-to-end test failed with TimeoutException when stopping with savepoint Key: FLINK-23386 URL: https://issues.apache.org/jira/browse/FLINK-23386 Project: Flink Issue Type: Bug Components: Runtime / Checkpointing Affects Versions: 1.11.3 Reporter: Dawid Wysakowicz https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=20409&view=logs&j=c88eea3b-64a0-564d-0031-9fdcd7b8abee&t=2b7514ee-e706-5046-657b-3430666e7bd9&l=588 {code} ------------------------------------------------------------ The program finished with the following exception: org.apache.flink.util.FlinkException: Could not stop with a savepoint job "08508d05b70791d3f9e63624302118f4". at org.apache.flink.client.cli.CliFrontend.lambda$stop$5(CliFrontend.java:534) at org.apache.flink.client.cli.CliFrontend.runClusterAction(CliFrontend.java:940) at org.apache.flink.client.cli.CliFrontend.stop(CliFrontend.java:522) at org.apache.flink.client.cli.CliFrontend.parseParameters(CliFrontend.java:1007) at org.apache.flink.client.cli.CliFrontend.lambda$main$10(CliFrontend.java:1070) at org.apache.flink.runtime.security.contexts.NoOpSecurityContext.runSecured(NoOpSecurityContext.java:28) at org.apache.flink.client.cli.CliFrontend.main(CliFrontend.java:1070) Caused by: java.util.concurrent.TimeoutException at java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1784) at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928) at org.apache.flink.client.cli.CliFrontend.lambda$stop$5(CliFrontend.java:532) ... 6 more Waiting for job (08508d05b70791d3f9e63624302118f4) to reach terminal state FINISHED ... {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)