SlovinG commented on PR #44851: URL: https://github.com/apache/spark/pull/44851#issuecomment-2304831903
In the code `loadApps.remove(rm.getKey()).countDown()`, is there such a situation: The gap between `removal` and `countDown()` may result in unpredictable behavior when other threads try to access the `loadedapps`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
