pnowojski commented on code in PR #21960:
URL: https://github.com/apache/flink/pull/21960#discussion_r1109989565


##########
flink-runtime/src/test/java/org/apache/flink/runtime/testutils/MiniClusterResource.java:
##########
@@ -199,6 +200,9 @@ private void startMiniCluster() throws Exception {
                 new 
Configuration(miniClusterResourceConfiguration.getConfiguration());
         configuration.setString(
                 CoreOptions.TMP_DIRS, 
temporaryFolder.newFolder().getAbsolutePath());
+        configuration.set(
+                CheckpointingOptions.CHECKPOINTS_DIRECTORY,
+                temporaryFolder.newFolder().toURI().toString());

Review Comment:
   I think with your change I would still set the `FileSystemCheckpointStorage` 
everytime we are using unaligned checkpoints. So the question is whether we 
want to use it by default always, or only for unaligned checkpoints.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to