tanvn commented on PR #36424: URL: https://github.com/apache/spark/pull/36424#issuecomment-1119234111
@gengliangwang cc @srowen I just added some changes to the `cleanAppData` method, I think getting a lock on `listing` when loading and removing the stale app will fix the race condition and also I have moved out the code block for removing from `activeUIs` to avoid nested `synchronized`. PTAL when you have time. -- 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]
