nnguyen168 commented on PR #55578:
URL: https://github.com/apache/spark/pull/55578#issuecomment-4524873175
Hi @cxzl25, thanks for tackling this race condition! The fix looks
reasonable.
I'm still understanding the History Server caching architecture. A few
questions:
1. Is there a risk of the `diskManager.foreach(_.release(...))` call
racing with a concurrent `getAppUI` request?
2. Should the `synchronized` block be extended to cover the `release` call
as well?
Happy to dig deeper if you can point me to relevant documentation!
--
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]