RE: Re: Re: Re: 日志里提示 The state is cleared because of state ttl. This will result in incorrect result 如何解决?

2022-04-20 文章 段晓雄
我使用 ZooKeeper High-Availability with Standalone 集群模式,使用 sql-client.sh 提交任务 On 2022/04/20 10:43:16 Zhanghao Chen wrote: > 你是用的什么 Flink 集群部署模式提交的 SQL 任务呢? > > Best, > Zhanghao Chen > > From: 段晓雄 > Sent: Saturday, April 16, 2022 19:52 > To: user-zh@flink.apache.org

Re: Re: Re: 日志里提示 The state is cleared because of state ttl. This will result in incorrect result 如何解决?

2022-04-20 文章 Zhanghao Chen
你是用的什么 Flink 集群部署模式提交的 SQL 任务呢? Best, Zhanghao Chen From: 段晓雄 Sent: Saturday, April 16, 2022 19:52 To: user-zh@flink.apache.org Subject: RE: Re: Re: 日志里提示 The state is cleared because of state ttl. This will result in incorrect result 如何解决? Zhanghao, 感谢帮助!我在

RE: Re: Re: 日志里提示 The state is cleared because of state ttl. This will result in incorrect result 如何解决?

2022-04-17 文章 段晓雄
Zhanghao, 感谢帮助!我在 sql-client.sh 里设置了 table.exec.state.ttl= 12960,但现在我不知道如何确认是否设置成功,我从web UI 和 rest api 返回的任务状态和checkpoint状态中都没有找到 state ttl 的值,我发现任务状态还是不断增大,我如何能确认任务 state ttl 的情况呢? On 2022/04/12 04:15:37 Zhanghao Chen wrote: > 你可以用 SQL client SET 'table.exec.state.ttl' = 'xxx';