This is an automated email from the ASF dual-hosted git repository. jxue pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/helix.git
View the commit online: https://github.com/apache/helix/commit/25ccf975415f0c52336cc9d623d891e7bf243692 commit 25ccf975415f0c52336cc9d623d891e7bf243692 Author: Huizhi Lu <[email protected]> AuthorDate: Thu Nov 7 10:31:13 2019 -0800 Remove println. --- .../main/java/org/apache/helix/common/caches/BasicClusterDataCache.java | 1 - 1 file changed, 1 deletion(-) diff --git a/helix-core/src/main/java/org/apache/helix/common/caches/BasicClusterDataCache.java b/helix-core/src/main/java/org/apache/helix/common/caches/BasicClusterDataCache.java index 3584b36..1260a2b 100644 --- a/helix-core/src/main/java/org/apache/helix/common/caches/BasicClusterDataCache.java +++ b/helix-core/src/main/java/org/apache/helix/common/caches/BasicClusterDataCache.java @@ -113,7 +113,6 @@ public class BasicClusterDataCache implements ControlContextProvider { if (_propertyDataChangedMap.get(HelixConstants.ChangeType.LIVE_INSTANCE)) { long start = System.currentTimeMillis(); - System.out.println("reloading live instances"); _propertyDataChangedMap.put(HelixConstants.ChangeType.LIVE_INSTANCE, false); _propertyDataChangedMap.put(HelixConstants.ChangeType.CURRENT_STATE, true); _liveInstancePropertyCache.refresh(accessor);
