Flink 1.10.0 stop command

2020-04-22 Thread seeksst
Hi, When i test 1.10.0, i found i must to set savepoint path otherwise i can’t stop the job. I confuse about this, beacuse as i know, savepoint offen large than checkpoint, so i usually resume job from checkpoint. Another problem is sometimes job throw exception and i can’t trigger a savepoin

Re: Flink 1.10.0 stop command

2020-04-22 Thread Yun Tang
Hi I think you could still use ./bin/flink cancel to cancel the job. What is the exception thrown? Best Yun Tang From: seeksst Sent: Wednesday, April 22, 2020 18:17 To: user Subject: Flink 1.10.0 stop command Hi, When i test 1.10.0, i found i must to

Re: Flink 1.10.0 stop command

2020-04-22 Thread tison
n? > > Best > Yun Tang > -- > *From:* seeksst > *Sent:* Wednesday, April 22, 2020 18:17 > *To:* user > *Subject:* Flink 1.10.0 stop command > > > Hi, > > >When i test 1.10.0, i found i must to set savepoint path otherwise i > can’t stop the job. I

Re: Flink 1.10.0 stop command

2020-04-22 Thread tison
gt; Best >> Yun Tang >> -- >> *From:* seeksst >> *Sent:* Wednesday, April 22, 2020 18:17 >> *To:* user >> *Subject:* Flink 1.10.0 stop command >> >> >> Hi, >> >> >>When i test 1.10.0, i found i must

Re: Flink 1.10.0 stop command

2020-04-22 Thread seeksst
...@flink.apache.org 发送时间:2020年4月23日(周四) 01:21 主题:Re: Flink 1.10.0 stop command To be precise, the cancel command would succeed on cluster side but the response *might* lost so that client throws with TimeoutException. If it is the case, this is the root which will be fixed in 1.10.1. Best, tison