Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
OperatorTestHarness last completed checkpoint for recovery is always reset to 0.
This looks like a known limitation: https://github.com/apache/flink/blob/master/flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/sink/CommitterOperatorTestBase.java#L223
By fixing this issue, users will be able to use a checkpointId different from zero in their state recovery unit tests.