FatalLin opened a new pull request #910: URL: https://github.com/apache/submarine/pull/910
### What is this PR for? We found out the root cause of incorrect status display is there's couple event type we skip before in notebook handler's processing, so I added them in the switch case in this PR. For now on, the notebook status would be `creating -> pulling -> running -> failed -> pulling -> running -> failed -> pulling .....`. I also noticed that running status of second or third time retry may missed, but looks like this is some kind of bug from k8s, because running state is also be jump through when I used `kubectl describe` to get the status of pods. ### What type of PR is it? Bug Fix ### Todos * [ ] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/SUBMARINE-1022 ### How should this be tested? should pass all existing tests. ### Screenshots (if appropriate) https://user-images.githubusercontent.com/5687317/159927060-0b5e9587-a399-450a-ba1f-4dc6bcfaa765.mov ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
