yangwwei commented on issue #90: Completed (and sometimes deleted) pods are still marked as "Running" and consume resources URL: https://github.com/apache/incubator-yunikorn-core/issues/90#issuecomment-590515128 Hi @jameschen1519 Look at the definition of pod phases: - Pending - Running - Succeeded - Failed - unknown for `Succeed` and `Failed`, once pod reaches such state, it means all containers are terminated, and I think this also means they will not get any other chance to run again[1]. In this case, we should be good to release resources. Note, assumption [1] must be true otherwise it will cause some issues.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
