Details
-
Improvement
-
Status: Open
-
Not a Priority
-
Resolution: Unresolved
-
1.5.0, 1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.11.0
-
None
Description
During release testing stefanrichter83@gmail.com and I noticed that watermarks are not checkpointed in the window operator.
This can lead to non determinism when restoring checkpoints. I was running an adjusted SessionWindowITCase via Kafka for testing migration and rescaling and ran into failures, because the data generator required determinisitic behaviour.
What happened was that on restore it could happen that late elements were not dropped, because the watermarks needed to be re-established after restore first.
aljoscha Do you know whether there is a special reason for explicitly not checkpointing watermarks?
Attachments
Issue Links
- causes
-
FLINK-18053 Savepoints do not preserve watermarks
- Closed
- links to