You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2021/09/12 15:16:40 UTC

[GitHub] [submarine] MortalHappiness opened a new pull request #745: SUBMARINE-1016. submarine-mlflow deployment takes a long time to be ready

MortalHappiness opened a new pull request #745:
URL: https://github.com/apache/submarine/pull/745


   ### What is this PR for?
   The submarine-mlflow and submarine-database deployments are created at the same time and mlflow needs to wait for the database. Since mlflow use exponential back-off waiting, it takes a long time to be in the ready state.
   
   ### What type of PR is it?
   [Bug Fix]
   
   ### Todos
   * [x] - Add ReadinessProbe for submarine-database
   * [x] - Add InitContainers for submarine-mlflow
   
   Reference: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-1016
   
   ### How should this be tested?
   
   ### Screenshots (if appropriate)
   
   Before:
   ![Screenshot from 2021-09-07 22-22-36](https://user-images.githubusercontent.com/47914085/132993005-518bcd45-8662-4317-83f4-9d8628066893.png)
   
   After:
   ![Screenshot from 2021-09-12 23-10-09](https://user-images.githubusercontent.com/47914085/132993023-22fcb635-6123-40e8-ac42-75c5fcf8daa7.png)
   
   ### Questions:
   * Do the license files need updating? No
   * Are there breaking changes for older versions? No
   * Does this need new documentation? No
   


-- 
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: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [submarine] asfgit closed pull request #745: SUBMARINE-1016. submarine-mlflow deployment takes a long time to be ready

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #745:
URL: https://github.com/apache/submarine/pull/745


   


-- 
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: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org