Github user pnowojski commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4146#discussion_r124728498
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobUtils.java ---
    @@ -227,7 +227,7 @@ static File getStorageLocation(File storageDir, JobID 
jobID, String key) {
        private static File getJobDirectory(File storageDir, JobID jobID) {
                final File jobDirectory = new File(storageDir, JOB_DIR_PREFIX + 
jobID.toString());
     
    -           if (!jobDirectory.exists() && !jobDirectory.mkdirs()) {
    --- End diff --
    
    Ok, please add comment or commit message info about this.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to