[
https://issues.apache.org/jira/browse/FLINK-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16449741#comment-16449741
]
ASF GitHub Bot commented on FLINK-9194:
---------------------------------------
Github user yuqi1129 commented on a diff in the pull request:
https://github.com/apache/flink/pull/5902#discussion_r183709218
--- 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 --
In test case, it's quite clear this is make the HS has polled file before
read, That is to say adding `numFinishedPolls` is just for test purpose, am i
right ?
> Finished jobs are not archived to HistoryServer
> -----------------------------------------------
>
> Key: FLINK-9194
> URL: https://issues.apache.org/jira/browse/FLINK-9194
> Project: Flink
> Issue Type: Bug
> Components: History Server, JobManager
> Affects Versions: 1.5.0
> Environment: Flink 2af481a
> Reporter: Gary Yao
> Assignee: Chesnay Schepler
> Priority: Blocker
> Labels: flip-6
> Fix For: 1.6.0
>
>
> In flip6 mode, jobs are not archived to the HistoryServer.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)