pbacsko opened a new pull request, #431:
URL: https://github.com/apache/yunikorn-k8shim/pull/431

   ### What is this PR for?
   We have to make sure that we always call `addPod()` to the Spark driver pod 
when doing recovery, because that contains annotations which executors don't.
   In general, adding the very first pod of the existing application is logical.
   
   This PR contains the simplest solution: after retrieving the current list of 
pods from K8s, just sort them based on CreationTime.
   
   ### What type of PR is it?
   * [ ] - Bug Fix
   * [x] - Improvement
   * [ ] - Feature
   * [ ] - Documentation
   * [ ] - Hot Fix
   * [ ] - Refactoring
   
   ### Todos
   * [ ] - Task
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/YUNIKORN-1217
   
   ### How should this be tested?
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * [ ] - The licenses files need update.
   * [ ] - There is breaking changes for older versions.
   * [ ] - It needs documentation.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to