tanvn commented on PR #36424: URL: https://github.com/apache/spark/pull/36424#issuecomment-1119204194
@srowen @gengliangwang @mridulm JFYI, I have deployed this patch on my server 3 days ago and the `java.util.NoSuchElementException` Exception occurred 3 times. So I guess just using `synchronized` on the code block of `cleanAppData` is not enough. And we should use `synchronized` on `listing` for a better understanding since it is being used in other places. WDYT? -- 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]
