You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by "kezhuw (via GitHub)" <gi...@apache.org> on 2023/08/08 10:43:40 UTC

[GitHub] [curator] kezhuw opened a new pull request, #475: CURATOR-626: Postpone null namespace facade creation to avoid partial initialization

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: commits-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [curator] kezhuw merged pull request #475: CURATOR-626: Postpone null namespace facade creation to avoid partial initialization

Posted by "kezhuw (via GitHub)" <gi...@apache.org>.
kezhuw merged PR #475:
URL: https://github.com/apache/curator/pull/475


-- 
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: commits-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org