HoustonPutman opened a new issue, #1304: URL: https://github.com/apache/curator/issues/1304
Currently the `CuratorCache` will use a `ConcurrentHashMap` to store data even if only a single node is being cached (`CuratorCache.Options.SINGLE_NODE_CACHE`). Instead we should optimize and use an `AtomicReference` instead in this case. -- 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]
