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

    https://github.com/apache/flink/pull/5902#discussion_r183720759
  
    --- Diff: 
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/history/HistoryServerArchiveFetcher.java
 ---
    @@ -211,7 +215,7 @@ public void run() {
                                                }
                                        }
                                        if (updateOverview) {
    -                                           updateJobOverview(webDir);
    +                                           
updateJobOverview(webOverviewDir, webDir);
                                        }
    --- End diff --
    
    yes.


---

Reply via email to