Re: Query on state of ValueState getting lost

2019-12-24 Thread Congxian Qiu
Hi Could you please check whether the key and namespace are the same? when getting a result for the value state, Flink will use current key and current namespace to retrieve the result. Best, Congxian Parth Sarathy 于2019年12月22日周日 下午9:54写道: > Hi, > > I am using flink 1.8.2, event time stream f

Query on state of ValueState getting lost

2019-12-22 Thread Parth Sarathy
Hi, I am using flink 1.8.2, event time stream for sliding window transformation with custom trigger. Window size is 15 seconds, slide size is also 15 seconds with 30 seconds allowed lateness. In the trigger implementation couple of class level ValueStateDescriptors are used, the corresponding Valu