jiajunwang commented on a change in pull request #1485:
URL: https://github.com/apache/helix/pull/1485#discussion_r512934699



##########
File path: helix-core/src/main/java/org/apache/helix/model/ClusterConfig.java
##########
@@ -158,6 +160,7 @@
   public final static boolean DEFAULT_GLOBAL_REBALANCE_ASYNC_MODE_ENABLED = 
true;
   private static final int GLOBAL_TARGET_TASK_THREAD_POOL_SIZE_NOT_SET = -1;
   private static final long OFFLINE_NODE_TIME_OUT_FOR_MAINTENANCE_MODE_NOT_SET 
= -1;
+  private static final long OFFLINE_NODE_TIME_OUT_FOR_PURGE_NOT_SET = -1;

Review comment:
       not necessarily to be changed here, but maybe we want to have one single 
static var VALUE_NOT_SET = -1.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to