Skip to content

Commit

Permalink
[FLINK-34660][checkpoint] Parse cluster configuration for AutoRescali…
Browse files Browse the repository at this point in the history
…ngITCase#testCheckpointRescalingInKeyedState
  • Loading branch information
masteryhx committed Mar 18, 2024
1 parent 6b5ae44 commit e79df35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public void testCheckpointRescalingKeyedState(boolean scaleOut) throws Exception

JobGraph jobGraph =
createJobGraphWithKeyedState(
new Configuration(),
cluster.getMiniCluster().getConfiguration().clone(),
parallelism,
maxParallelism,
numberKeys,
Expand Down

0 comments on commit e79df35

Please sign in to comment.