mcvsubbu commented on pull request #7886: URL: https://github.com/apache/pinot/pull/7886#issuecomment-994195001
> I think there is a bigger problem here. The consumer is created in the helix transition thread, but accessed in the new thread. Should all the variables initialized be volatile now? Discussed with sajjad, and he is right, we dont have to declare them volatile since the thread is started as the last step of the constructor. -- 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]
