Skip to content
 
 

Latest commit

 

History

5,148 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

LinkedIn fork compatibility

The ignored job setting MaxForcedReassignmentsPerTask has been removed, including JobConfig.Builder.setMaxForcedReassignmentsPerTask(int), JobConfig.DEFAULT_MAX_FORCED_REASSIGNMENTS_PER_TASK, and its config enum entry. Remove downstream API references and rebuild/release those callers before upgrading them to this Helix version. MaxAttemptsPerTask continues to control task attempts; retry, assignment, and TerminalStateExpiry behavior are unchanged.

New job configurations and job-ID copies no longer emit the retired key. Legacy raw records may still contain it: reading them does not rewrite them, and rebuilding them through the typed builder ignores the key. No stored-record migration is required, and this change does not add rejection of unknown fields to generic APIs.

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"
  },

About

Mirror of Apache Helix

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages