Re: Tumbling windows - increasing checkpoint size over time

2020-06-05 Thread Wissman, Matt
Cc: Till Rohrmann , "user@flink.apache.org" Subject: Re: Tumbling windows - increasing checkpoint size over time Hi, 1. I am not the expert of Rocksdb. However, I think the state garbage collection depends on the rocksdb compaction especially if the checkpoint interval is 2s. This i

Re: Tumbling windows - increasing checkpoint size over time

2020-06-01 Thread Guowei Ma
ann > *Date: *Thursday, May 28, 2020 at 10:48 AM > *To: *"Wissman, Matt" > *Cc: *Guowei Ma , "user@flink.apache.org" < > user@flink.apache.org> > *Subject: *Re: Tumbling windows - increasing checkpoint size over time > > > > Hi Matt, > > &g

Re: Tumbling windows - increasing checkpoint size over time

2020-05-29 Thread Wissman, Matt
link.apache.org" Subject: Re: Tumbling windows - increasing checkpoint size over time Hi Matt, when using tumbling windows, then the checkpoint size is not only dependent on the number of keys (which is equivalent to the number of open windows) but also on how many events arrive for each

Re: Tumbling windows - increasing checkpoint size over time

2020-05-28 Thread Till Rohrmann
gt; > > Thanks! > > > > -Matt > > > > > > *From: *Till Rohrmann > *Date: *Wednesday, May 27, 2020 at 9:00 AM > *To: *Guowei Ma > *Cc: *"Wissman, Matt" , "user@flink.apache.org" < > user@flink.apache.org> > *Subject: *Re:

Re: Tumbling windows - increasing checkpoint size over time

2020-05-27 Thread Wissman, Matt
-Matt From: Till Rohrmann Date: Wednesday, May 27, 2020 at 9:00 AM To: Guowei Ma Cc: "Wissman, Matt" , "user@flink.apache.org" Subject: Re: Tumbling windows - increasing checkpoint size over time LEARN FAST: This email originated outside of HERE. Please do not click on li

Re: Tumbling windows - increasing checkpoint size over time

2020-05-27 Thread Till Rohrmann
Hi Matt, could you give us a bit more information about the windows you are using? They are tumbling windows. What's the size of the windows? Do you allow lateness of events? What's your checkpoint interval? Are you using event time? If yes, how is the watermark generated? You said that the

Re: Tumbling windows - increasing checkpoint size over time

2020-05-26 Thread Guowei Ma
Hi, Matt The total size of the state of the window operator is related to the number of windows. For example if you use keyby+tumblingwindow there would be keys number of windows. Hope this helps. Best, Guowei Wissman, Matt 于2020年5月27日周三 上午3:35写道: > > Hello Flink Community, > > > > I’m running a