Skip to content

Commit

Permalink
Revert "[FLINK-29788][state] Disable changelog temporally when Snapsh…
Browse files Browse the repository at this point in the history
…otMigrationTestBase triggers native savepoint"

This reverts commit c89e400
  • Loading branch information
masteryhx committed Feb 22, 2024
1 parent 49d2daf commit d03629d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,6 @@ protected final void executeAndSnapshot(

ClusterClient<?> client = miniClusterResource.getClusterClient();

// TODO [FLINK-29802] Remove this after ChangelogStateBackend supports native savepoint.
if (snapshotType == SnapshotType.SAVEPOINT_NATIVE) {
env.enableChangelogStateBackend(false);
}

// Submit the job
JobGraph jobGraph = env.getStreamGraph().getJobGraph();

Expand Down

0 comments on commit d03629d

Please sign in to comment.