| commit | 02a170c7106081108f0563fc09640f7a67a603a9 | [log] [tgz] |
|---|---|---|
| author | Grant Paláu Spencer <gspencer@linkedin.com> | Wed Sep 17 11:28:20 2025 -0700 |
| committer | GitHub <noreply@github.com> | Wed Sep 17 11:28:20 2025 -0700 |
| tree | 8da96a949609172e9790663d08b9fa57c1dbe08b | |
| parent | 62f0e9c814b7543cc26367f1c3841ca0d5db7ae5 [diff] |
Prevent controller from dropping replicas when best possible fails to calculate assignment (#3034) * prevent DROPPED messages when mapping cannot be computed * add test for CRUSHED resource * add message generation phase tst * fix test * respond feedback

Helix is part of the Apache Software Foundation.
Project page: http://helix.apache.org/
Mailing list: http://helix.apache.org/mail-lists.html
mvn clean install -Dmaven.test.skip.exec=true
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:
Helix UI has been tested to run well on these versions of node and yarn:
"engines": { "node": "~14.17.5", "yarn": "^1.22.18" },