cryptoe opened a new pull request, #17739: URL: https://github.com/apache/druid/pull/17739
Patch contains race fixes. * TaskLocation method can be called by multiple threads. Fixed the race in by converting taskLocation to an atomic reference. * Since state is an atomic reference, always snapshot the value before comparing it in a if clause. -- 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]
