1996fanrui commented on code in PR #28558:
URL: https://github.com/apache/flink/pull/28558#discussion_r3486156987
##########
flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/streaming/util/TestStreamEnvironment.java:
##########
@@ -149,7 +149,7 @@ private static void randomizeConfiguration(MiniCluster
miniCluster, Configuratio
randomize(
conf,
CheckpointingOptions.UNALIGNED_RECOVER_OUTPUT_ON_DOWNSTREAM, true, false);
randomize(
- conf,
CheckpointingOptions.CHECKPOINTING_DURING_RECOVERY_ENABLED, true, false);
+ conf,
CheckpointingOptions.CHECKPOINTING_DURING_RECOVERY_ENABLED, true);
Review Comment:
please enable UNALIGNED_RECOVER_OUTPUT_ON_DOWNSTREAM as well to force enable
checkpointing during recovery
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]