Re: Stopping the flink 1.18 program with savepoint seems to fail with timeout

2024-10-11 Thread Mate Czagany
Hi, In the background it is a REST call to Flink. If it takes too long to create the savepoint, you might hit a timeout. You can increase this using the configuration client.timeout [1]. You can also use the --detached option for the stop action, which will return once it receives a trigger ID fro

Stopping the flink 1.18 program with savepoint seems to fail with timeout

2024-10-10 Thread Sachin Mittal
Hello, I am running a flink job which I stop it with a savepoint: ./bin/flink stop --savepointPath /tmp/flink-savepoints 0b3b584a298afa372491eff5e3d2160b Suspending job "0b3b584a298afa372491eff5e3d2160b" with a CANONICAL savepoint. However this is what I get in the cli --