Re: [State Processor API] unable to load the state of a trigger attached to a session window

2022-05-12 Thread Dongwon Kim
Hi Juntao, Thanks a lot for taking a look at this. After a little inspection, I found that elements (window state) are stored > in namespace TimeWindow{start=1,end=11}, in your case, and trigger count > (trigger state) is stored in namespace TimeWindow{start=1,end=15}, but > WindowReaderOperator

Re: [State Processor API] unable to load the state of a trigger attached to a session window

2022-05-12 Thread Juntao Hu
Sorry to make the previous mail private. My response reposted here: " After a little inspection, I found that elements (window state) are stored in namespace TimeWindow{start=1,end=11}, in your case, and trigger count (trigger state) is stored in namespace TimeWindow{start=1,end=15}, but WindowRead

Re: [State Processor API] unable to load the state of a trigger attached to a session window

2022-05-10 Thread Dongwon Kim
Is the library, State Processor API, not widely used and no longer maintained? On Mon, Apr 25, 2022 at 3:16 PM Dongwon Kim wrote: > Can anyone help me with this? > > Thanks in advance, > > On Tue, Apr 19, 2022 at 4:28 PM Dongwon Kim wrote: > >> Hi, >> >> I'm using Flink-1.14.4 and failed to loa

Re: [State Processor API] unable to load the state of a trigger attached to a session window

2022-04-24 Thread Dongwon Kim
Can anyone help me with this? Thanks in advance, On Tue, Apr 19, 2022 at 4:28 PM Dongwon Kim wrote: > Hi, > > I'm using Flink-1.14.4 and failed to load in WindowReaderFunction the > state of a stateful trigger attached to a session window. > I found that the following data become available in W

[State Processor API] unable to load the state of a trigger attached to a session window

2022-04-19 Thread Dongwon Kim
Hi, I'm using Flink-1.14.4 and failed to load in WindowReaderFunction the state of a stateful trigger attached to a session window. I found that the following data become available in WindowReaderFunction: - the state defined in the ProcessWindowFunction - the registered timers of the stateful tri