This is an automated email from the ASF dual-hosted git repository.
jxue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git.
from 150d12f [HELIX-805] Implementation on HelixAdmin to check if cluster
in maintenance mode
new b0f6150 Add ERROR mapping for displaying in BestPossible and
Intemediate assignment.
new abd91cc Revert back for N -> N+1 fix
new 05a1286 Ignore register mbean request if the MBean has been
registered.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../rebalancer/DelayedAutoRebalancer.java | 13 +-
.../helix/monitoring/mbeans/MBeanRegistrar.java | 2 +
.../mbeans/dynamicMBeans/DynamicMBeanProvider.java | 43 ++++--
.../java/org/apache/helix/common/ZkTestBase.java | 9 ++
.../helix/integration/TestErrorReplicaPersist.java | 151 +++++++++++++++++++++
.../TestDelayedAutoRebalancer.OnlineOffline.json | 2 +-
6 files changed, 204 insertions(+), 16 deletions(-)
create mode 100644
helix-core/src/test/java/org/apache/helix/integration/TestErrorReplicaPersist.java