cshannon commented on PR #2188: URL: https://github.com/apache/activemq/pull/2188#issuecomment-4893961797
@mattrpav - I might close this out and open up another PR, there's still issues here because of needing to read 2 variables. There's still race conditions where you could read two nulls outside the lock during mutation. I'm going to prototype something with a ReadWriteLock intead to see what it looks like -- 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] For further information, visit: https://activemq.apache.org/contact
