This is an automated email from the ASF dual-hosted git repository.

jiajunwang pushed a commit to branch wagedRebalancer
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/wagedRebalancer by this push:
     new afc4103  Add the new Rebalancer monitor domain to the active domain 
list. (#550)
afc4103 is described below

commit afc4103c68327e4eafbca2e2cd070df8dc31f8bd
Author: Jiajun Wang <[email protected]>
AuthorDate: Tue Oct 29 13:25:05 2019 -0700

    Add the new Rebalancer monitor domain to the active domain list. (#550)
    
    Add the new Rebalancer monitor domain to the active domain list.
---
 helix-core/src/main/java/org/apache/helix/InstanceType.java | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/helix-core/src/main/java/org/apache/helix/InstanceType.java 
b/helix-core/src/main/java/org/apache/helix/InstanceType.java
index 2e135ba..8cd73c9 100644
--- a/helix-core/src/main/java/org/apache/helix/InstanceType.java
+++ b/helix-core/src/main/java/org/apache/helix/InstanceType.java
@@ -36,7 +36,8 @@ public enum InstanceType {
   CONTROLLER(new String[] {
       MonitorDomainNames.ClusterStatus.name(),
       MonitorDomainNames.HelixZkClient.name(),
-      MonitorDomainNames.HelixCallback.name()
+      MonitorDomainNames.HelixCallback.name(),
+      MonitorDomainNames.Rebalancer.name()
   }),
 
   PARTICIPANT(new String[] {
@@ -51,7 +52,8 @@ public enum InstanceType {
       MonitorDomainNames.HelixZkClient.name(),
       MonitorDomainNames.HelixCallback.name(),
       MonitorDomainNames.HelixThreadPoolExecutor.name(),
-      MonitorDomainNames.CLMParticipantReport.name()
+      MonitorDomainNames.CLMParticipantReport.name(),
+      MonitorDomainNames.Rebalancer.name()
   }),
 
   SPECTATOR(new String[] {

Reply via email to