[ https://issues.apache.org/jira/browse/FLINK-36058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17873727#comment-17873727 ]
Gabor Somogyi commented on FLINK-36058: --------------------------------------- If I understand correctly this has no Flink code impact just test, right? > OperatorTestHarness is always using checkpointId=0 for state recovery > --------------------------------------------------------------------- > > Key: FLINK-36058 > URL: https://issues.apache.org/jira/browse/FLINK-36058 > Project: Flink > Issue Type: Improvement > Components: Test Infrastructure, Tests > Reporter: Rodrigo Meneses > Priority: Major > > 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. > -- This message was sent by Atlassian Jira (v8.20.10#820010)