Re: "Futures timed out" when trying to cancel a job with savepoint
Posted by
vino yang on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Futures-timed-out-when-trying-to-cancel-a-job-with-savepoint-tp21808p21870.html
Hi Julio,
We also encountered this problem on YARN, Savepoint has been completed, and JM has been successfully stopped, but the client is still trying to access the original JM port, which caused a timeout. It seems that this is a problem with Flink itself. I can't give you the answer to this question, but we have solved the timeout problem separately by these two steps:
1) Trigger savepoint first;
2) Then execute the cancel command;
I hope I can give you a reference. In addition, you can also create an issue on JIRA. Please remember to include detailed logs, exceptions, and version information to assist in analyzing the problem.
Thanks, vino.