CRZbulabula opened a new pull request, #16255: URL: https://github.com/apache/iotdb/pull/16255
We found an error use case of the AtomicReference, which will cause NPE in extreme concurrent test. Specifically, in the original version, the AtomicReference is not null in the first check does not mean it remains exist at the second time. This scenario actually got worse when employ the AtomicReference. -- 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]
