[ https://issues.apache.org/jira/browse/FLINK-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16446852#comment-16446852 ]
ASF GitHub Bot commented on FLINK-9194: --------------------------------------- GitHub user yuqi1129 opened a pull request: https://github.com/apache/flink/pull/5888 [FLINK-9194] [histroyserver] Finished jobs are not archived to Histor… ## What is the purpose of the change This is to solve the problem that history server can only show only one completed job even though there exists several completed jobs in the archive dir. ## Brief change log - Change the class `HistoryServerArchiveFetcher.JobArchiveFetcherTask` and the main change is to place the overview of each job in the folder of its' jobId. Final, traverse all the overviews and place them together. ## Verifying this change This change is already covered by existing tests, such as `HistoryServerTest` and we add some test case in this test class. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (no) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no) - The serializers: (no) - The runtime per-record code paths (performance sensitive): (no) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no) - The S3 file system connector: (no) ## Documentation - Does this pull request introduce a new feature? (no) You can merge this pull request into a Git repository by running: $ git pull https://github.com/yuqi1129/flink historyserver1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5888.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5888 ---- commit bdbf6c6cba537887ace49b28caf66896722cc0bc Author: hzyuqi1 <hzyuqi1@...> Date: 2018-04-20T16:03:54Z [FLINK-9194] [histroyserver] Finished jobs are not archived to HistoryServer This closes #9194 ---- > 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)