Mirror of Apache Helix

Clone this repo:
  1. 9f4e742 Adding more logs to track by Junkai Xue · 10 days ago master
  2. 8a49c53 Add more logs to debug by Junkai Xue · 10 days ago
  3. f8a51b4 Adding more logs in case failed again by Junkai Xue · 11 days ago
  4. 8285416 Bump flatted from 3.2.7 to 3.4.2 in /helix-front by dependabot[bot] · 12 days ago
  5. 9c3b89f Change reuse fork to be false by Junkai Xue · 12 days ago

Apache Helix

Helix CI Maven Central License codecov.io Flaky Tests Track

Helix Logo

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 -Dmaven.test.skip.exec=true

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

Dependencies

Helix UI has been tested to run well on these versions of node and yarn:

  "engines": {
    "node": "~14.17.5",
    "yarn": "^1.22.18"
  },