kezhuw opened a new pull request, #475: URL: https://github.com/apache/curator/pull/475
In construction of `CuratorFrameworkImpl`, it constructs a sub class `NamespaceFacade` for commonly used `nullNamespace`. Due to this recursive construction, `nullNamespace` has uninitialized fields which cause NPT in certain cases. This commit solves this by postponing `nullNamespace` creation. -- 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]
