You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by hu...@apache.org on 2019/08/05 17:31:08 UTC

[helix] branch master updated: Remove DEFAULT_VIEW_CLUSTER_REFRESH_PERIOD from ClusterConfig

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d9613fd  Remove DEFAULT_VIEW_CLUSTER_REFRESH_PERIOD from ClusterConfig
d9613fd is described below

commit d9613fda02fec821cf3d1ed599416cfa0c429303
Author: Hunter Lee <hu...@linkedin.com>
AuthorDate: Mon Aug 5 10:16:27 2019 -0700

    Remove DEFAULT_VIEW_CLUSTER_REFRESH_PERIOD from ClusterConfig
    
    This is a constant that is no longer used.
---
 helix-core/src/main/java/org/apache/helix/model/ClusterConfig.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/helix-core/src/main/java/org/apache/helix/model/ClusterConfig.java b/helix-core/src/main/java/org/apache/helix/model/ClusterConfig.java
index 5efecc9..8905dda 100644
--- a/helix-core/src/main/java/org/apache/helix/model/ClusterConfig.java
+++ b/helix-core/src/main/java/org/apache/helix/model/ClusterConfig.java
@@ -91,7 +91,6 @@ public class ClusterConfig extends HelixProperty {
   // is not set and will be given a default value of 1
   private final static int DEFAULT_ERROR_OR_RECOVERY_PARTITION_THRESHOLD_FOR_LOAD_BALANCE = -1;
   private static final String IDEAL_STATE_RULE_PREFIX = "IdealStateRule!";
-  private final static int DEFAULT_VIEW_CLUSTER_REFRESH_PERIOD = 30;
 
   public final static String TASK_QUOTA_RATIO_NOT_SET = "-1";