You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Myasuka (via GitHub)" <gi...@apache.org> on 2024/01/14 14:31:25 UTC

Re: [PR] [FLINK-33057] Add options to disable creating job-id subdirectories under the checkpoint directory [flink]

Myasuka commented on code in PR #23509:
URL: https://github.com/apache/flink/pull/23509#discussion_r1451744345


##########
flink-runtime/src/main/java/org/apache/flink/runtime/state/memory/MemoryBackendCheckpointStorageAccess.java:
##########
@@ -72,6 +73,7 @@ public MemoryBackendCheckpointStorageAccess(
             JobID jobId,
             @Nullable Path checkpointsBaseDirectory,
             @Nullable Path defaultSavepointLocation,
+            boolean createCheckpointSubDirs,

Review Comment:
   I have no strong against here. We can keep the current design.



-- 
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-unsubscribe@flink.apache.org

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