I have simple event time window aggregate count function with incremental checkpointing enabled. The checkpoint size keeps increasing over a period of time, even though my input data has a single key and data is flowing at a constant rate.
When i turn off incremental checkpointing, checkpoint size remains constant? Is there are any switches i need to enable or is this a bug? -- Thanks, -Vijay