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

    https://github.com/apache/flink/pull/4196#discussion_r124424384
  
    --- Diff: 
flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/WebFrontendITCase.java
 ---
    @@ -83,16 +78,16 @@ public static void initialize() throws Exception {
                assertTrue("Unable to create temp directory", logDir.mkdir());
                File logFile = new File(logDir, "jobmanager.log");
                File outFile = new File(logDir, "jobmanager.out");
    -           
    +
                Files.createFile(logFile.toPath());
                Files.createFile(outFile.toPath());
    -           
    +
                config.setString(JobManagerOptions.WEB_LOG_PATH, 
logFile.getAbsolutePath());
                config.setString(ConfigConstants.TASK_MANAGER_LOG_PATH_KEY, 
logFile.getAbsolutePath());
     
                cluster = new LocalFlinkMiniCluster(config, false);
                cluster.start();
    -           
    +
    --- End diff --
    
    Sometimes, I also get this kinda stuff. But seems i didnt do anything 
relevant to this style.  


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to