CURATOR-666: Fix twice unfixForNamespace in background create (#454)

Previously, `unfixForNamespace` was called twice in background create.
This will accidentally unfix node path if it happens to contain
namespace in its prefix. Say, creating "/zoo/a" in namespace "/zoo" will
get path "/a".
3 files changed
tree: 5a16aa23dbb55199ed2be72803c9bfa36d49bee3
  1. .github/
  2. .mvn/
  3. curator-client/
  4. curator-examples/
  5. curator-framework/
  6. curator-recipes/
  7. curator-test/
  8. curator-test-zk35/
  9. curator-test-zk36/
  10. curator-x-async/
  11. curator-x-discovery/
  12. curator-x-discovery-server/
  13. src/
  14. .asf.yaml
  15. .gitignore
  16. DEPENDENCIES
  17. doap.rdf
  18. LICENSE
  19. licenserc.toml
  20. merge-pr.py
  21. mvnw
  22. mvnw.cmd
  23. NOTICE
  24. pom.xml
  25. README.md
README.md

Apache Curator

Maven Central Curator Website Stack Overflow Twitter

What is Apache Curator?

Apache Curator is a Java/JVM client library for Apache ZooKeeper, a distributed coordination service.

Apache Curator includes a high-level API framework and utilities to make using Apache ZooKeeper much easier and more reliable. It also includes recipes for common use cases and extensions such as service discovery and a Java 8 asynchronous DSL.

For more details: