dajac opened a new pull request, #21014: URL: https://github.com/apache/kafka/pull/21014
I found those two cases while working in this area. In both cases, they are read by multiple threads so they must either be volatile or acquiring the appropriate lock. Using volatile is fine here. -- 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]
