craigcondit commented on PR #918: URL: https://github.com/apache/yunikorn-k8shim/pull/918#issuecomment-2400205128
Also, I'm pretty sure the removal of the context lock broke the logic around ensuring orphan pod handling is done correctly (and is likely responsible for some of the resource mismatches in 1.6.0). This PR was where this was done: https://github.com/apache/yunikorn-k8shim/pull/859 I think we need to re-add the locks here. The context lock was not used to gaurd the context object itself, but to act as a "meta-lock" to ensure that we don't process node and pod events simultaneously. -- 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]
