I guess you are seeing a different error now, because you are submitting
the job, and stopping it right away.

Can you produce new logs, where you wait until at least one Checkpoint
successfully completed before you stop?
>From the exception it seems that the job has not successfully been
initialized. I  would be surprised if  regular checkpoints are possible at
that point already.

On Wed, Dec 16, 2020 at 10:59 AM Folani <hamidreza.ark...@irisa.fr> wrote:

> Hi,
>
> I attached the log files for Jobmanager and Taskmanager:
>
>    jobmanager_log.asc
> <
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/file/t1744/jobmanager_log.asc>
>
>    6122-f8b99d_log.6122-f8b99d_log
> <
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/file/t1744/6122-f8b99d_log.6122-f8b99d_log>
>
>
>
> I do the following steps:
>
> 1- $ flink run -d -m <JM_rest_IP>:8081 -j SimpleJob.jar
>
> 2- $ flink stop -m <JM_rest_IP>:8081 -p <JobID>
>
> Then I get the following exception:
>
>
> org.apache.flink.util.FlinkException: Could not stop with a savepoint job
> "69daa5e180ea68bf1cceec70d865a08b".
>         at
> org.apache.flink.client.cli.CliFrontend.lambda$stop$5(CliFrontend.java:539)
>         at
>
> org.apache.flink.client.cli.CliFrontend.runClusterAction(CliFrontend.java:919)
>         at
> org.apache.flink.client.cli.CliFrontend.stop(CliFrontend.java:531)
>         at
> org.apache.flink.client.cli.CliFrontend.parseAndRun(CliFrontend.java:986)
>         at
>
> org.apache.flink.client.cli.CliFrontend.lambda$main$10(CliFrontend.java:1047)
>         at
>
> org.apache.flink.runtime.security.contexts.NoOpSecurityContext.runSecured(NoOpSecurityContext.java:30)
>         at
> org.apache.flink.client.cli.CliFrontend.main(CliFrontend.java:1047)
> Caused by: java.util.concurrent.TimeoutException
>         at
>
> java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1771)
>         at
> java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1915)
>         at
> org.apache.flink.client.cli.CliFrontend.lambda$stop$5(CliFrontend.java:537)
>         ... 6 more
>
>
>
>
>
>
> --
> Sent from:
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
>

Reply via email to