Tumbling windows - increasing checkpoint size over time

2020-05-26 Thread Wissman, Matt
Hello Flink Community, I’m running a Flink pipeline that uses a tumbling window and incremental checkpoint with RocksDB backed by s3. The number of objects in the window is stable but overtime the checkpoint size grows seemingly unbounded. Within the first few hours after bringing the Flink pip

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-29 Thread Wissman, Matt
consistent (follows the same pattern). Changing the checkpoint interval seemed to fix the problem of the large and growing checkpoint size but I’m not sure why. Thanks! -Matt From: Till Rohrmann Date: Thursday, May 28, 2020 at 10:48 AM To: "Wissman, Matt" Cc: Guowei Ma , "user@f

Re: Tumbling windows - increasing checkpoint size over time

2020-06-05 Thread Wissman, Matt
: {{ .Values.flink.checkpointUrl }}/checkpoints state.savepoints.dir: {{ .Values.flink.checkpointUrl }}/savepoints state.backend.incremental: true state.backend.rocksdb.localdir: /tmp/taskmanager Thanks! -Matt From: Guowei Ma Date: Monday, June 1, 2020 at 1:01 AM To: "Wissman, Matt"