Robert Metzger created FLINK-18148:
--------------------------------------
Summary: "Resuming Savepoint" e2e fails with TimeoutException in CliFrontend.stop()
Key: FLINK-18148
URL:
https://issues.apache.org/jira/browse/FLINK-18148 Project: Flink
Issue Type: Bug
Components: Command Line Client
Affects Versions: 1.11.0
Reporter: Robert Metzger
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=2759&view=logs&j=c88eea3b-64a0-564d-0031-9fdcd7b8abee&t=1e2bbe5b-4657-50be-1f07-d84bfce5b1f5{code}
------------------------------------------------------------
The program finished with the following exception:
org.apache.flink.util.FlinkException: Could not stop with a savepoint job "081bda854bc250e01055ed1ba9d43178".
at org.apache.flink.client.cli.CliFrontend.lambda$stop$5(CliFrontend.java:495)
at org.apache.flink.client.cli.CliFrontend.runClusterAction(CliFrontend.java:864)
at org.apache.flink.client.cli.CliFrontend.stop(CliFrontend.java:487)
at org.apache.flink.client.cli.CliFrontend.parseParameters(CliFrontend.java:931)
at org.apache.flink.client.cli.CliFrontend.lambda$main$10(CliFrontend.java:992)
at org.apache.flink.runtime.security.contexts.NoOpSecurityContext.runSecured(NoOpSecurityContext.java:30)
at org.apache.flink.client.cli.CliFrontend.main(CliFrontend.java:992)
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:493)
... 6 more
Waiting for job (081bda854bc250e01055ed1ba9d43178) to reach terminal state FINISHED ...
Job (081bda854bc250e01055ed1ba9d43178) reached terminal state FINISHED
Savepoint location was empty. This may mean that the stop-with-savepoint failed.
[FAIL] Test script contains errors.
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)