This is an automated email from the ASF dual-hosted git repository.
xyuanlu pushed a change to branch ApplicationClusterManager
in repository https://gitbox.apache.org/repos/asf/helix.git
from 5f1a3f716 Merge feature branch (#2647)
add 4f19dad4f Fix NPE in intermediate state calculation stage (#2668)
add 44d346193 Add _deserializedPartitionCapacityMap to ResourceConfig
model to ensure that the partition capacity map is only deserialized one time
(#2657)
add 65e657dec Fix partitionAssignment NPE when no resource configs (#2653)
add 38a4f477a Open Add NPR guard when reading instance config - Race when
reading config while adding/removing instance (#2669)
No new revisions were added by this update.
Summary of changes:
.../rebalancer/util/DelayedRebalanceUtil.java | 7 +-
.../stages/IntermediateStateCalcStage.java | 20 ++-
.../org/apache/helix/manager/zk/ZKHelixAdmin.java | 16 +-
.../org/apache/helix/model/ResourceConfig.java | 19 ++-
.../waged/model/TestAssignableReplica.java | 8 +-
.../stages/TestIntermediateStateCalcStage.java | 162 +++++++++++++++++++++
.../helix/ResourceAssignmentOptimizerAccessor.java | 6 +-
7 files changed, 221 insertions(+), 17 deletions(-)