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

----


---

Reply via email to