adamantal opened a new pull request #109: YUNIKORN-14. Add rest API to retrieve 
app/container history info
URL: https://github.com/apache/incubator-yunikorn-core/pull/109
 
 
   This PR only handles the server (core) part of this issue. The UI related 
changes will be handled in 
[YUNIKORN-8](https://issues.apache.org/jira/browse/YUNIKORN-8).
   
   The initial implementation consists of creating a `HistoricalPartitionInfo` 
object which stores some metrics (currently the number of application and 
containers). This is updated in 10 minutes by `HistoricalPartitionInfoUpdater`
   
   If there's need the poll time can be configurable, right now it is just 
hardcoded to 10 minutes, and we will keep 1 day of history (144 items).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org

Reply via email to