jasonk000 opened a new pull request, #2050: URL: https://github.com/apache/cassandra-java-driver/pull/2050
Reordered writes in ClockSeqAndNodeContainer.get() to assign `val` before setting the volatile `initialized` flag. The updated sequence ensures `val` is fully constructed and visible before publication via the volatile write. -- 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]

