Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.3, 1.2.0
-
None
Description
Due to chaining, a StreamTask needs to checkpoint multiple operators. If the first operators succeed in creating a checkpoint but a subsequent operator in the chain fails, the StreamTask has to clean up the already completed checkpoints. Otherwise we might end up with orphaned state data.