Fix leaking Zk path watch and Callbackhandler issue (#1035)

Short term fix #1034. Get rid of dangling CallbackHandlers and its
related current state parent path in Zookeeper. Get rid of leaking
of current state znode path due to async nature of deletion of
current state znode path to installatio of watcher in various
thread in Helix.
13 files changed
tree: e7c87f763d58e97d1a622fde8d2c31b560379c6a
  1. helix-admin-webapp/
  2. helix-agent/
  3. helix-common/
  4. helix-core/
  5. helix-front/
  6. helix-lock/
  7. helix-rest/
  8. metadata-store-directory-common/
  9. metrics-common/
  10. recipes/
  11. scripts/
  12. website/
  13. zookeeper-api/
  14. .gitignore
  15. build
  16. bump-up.command
  17. deploySite.sh
  18. helix-style-intellij.xml
  19. helix-style.xml
  20. hpost-review.sh
  21. LICENSE
  22. NOTICE
  23. pom.xml
  24. README.md
README.md

Apache Helix

Helix is part of the Apache Software Foundation.

Project page: http://helix.apache.org/

Mailing list: http://helix.apache.org/mail-lists.html

Build

mvn clean install package -DskipTests

WHAT IS HELIX

Helix is a generic cluster management framework used for automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix provides the following features:

  1. Automatic assignment of resource/partition to nodes
  2. Node failure detection and recovery
  3. Dynamic addition of Resources
  4. Dynamic addition of nodes to the cluster
  5. Pluggable distributed state machine to manage the state of a resource via state transitions
  6. Automatic load balancing and throttling of transitions