Fixing an NPE when there is a session mismatch in HelixTaskExecutor

Signed-off-by: Adam Lugowski <alugowski@turn.com>
1 file changed
tree: f461fc35ca2d6f67a755393e2b39772f9b6efefb
  1. helix-admin-webapp/
  2. helix-agent/
  3. helix-core/
  4. helix-examples/
  5. helix-ipc/
  6. helix-provisioning/
  7. recipes/
  8. website/
  9. .gitignore
  10. build
  11. bump-up.command
  12. helix-style.xml
  13. hpost-review.sh
  14. LICENSE
  15. NOTICE
  16. pom.xml
  17. README.md
README.md

Apache Helix

Helix is part of the Apache Software Foundation.

Documentation: 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

Building the Website

To deploy the web site to Apache infrastructure: sh website/deploySite.sh -Dusername=uid -Dpassword=pwd (-DskipTests if you don't want to run units tests) uid is your asf id, pwd is the password