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


The following commit(s) were added to refs/heads/master by this push:
     new 6997f5afe Change enabling hard constraint logging statement from INFO 
to DEBUG level (#3002)
6997f5afe is described below

commit 6997f5afe745ae920f0c6edce21b604211fb44d1
Author: Grant Paláu Spencer <gspen...@linkedin.com>
AuthorDate: Mon Mar 10 15:05:35 2025 -0700

    Change enabling hard constraint logging statement from INFO to DEBUG level 
(#3002)
---
 .../rebalancer/waged/constraints/ConstraintBasedAlgorithm.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/helix-core/src/main/java/org/apache/helix/controller/rebalancer/waged/constraints/ConstraintBasedAlgorithm.java
 
b/helix-core/src/main/java/org/apache/helix/controller/rebalancer/waged/constraints/ConstraintBasedAlgorithm.java
index b03af0771..c40ad8848 100644
--- 
a/helix-core/src/main/java/org/apache/helix/controller/rebalancer/waged/constraints/ConstraintBasedAlgorithm.java
+++ 
b/helix-core/src/main/java/org/apache/helix/controller/rebalancer/waged/constraints/ConstraintBasedAlgorithm.java
@@ -143,7 +143,7 @@ class ConstraintBasedAlgorithm implements 
RebalanceAlgorithm {
       return Optional.empty();
     }
 
-    LOG.info("Disabling hard constraint level logging for cluster: {}", 
clusterContext.getClusterName());
+    LOG.debug("Disabling hard constraint level logging for cluster: {}", 
clusterContext.getClusterName());
     removeFullLoggingForCluster();
 
     return candidateNodes.parallelStream().map(node -> new 
HashMap.SimpleEntry<>(node,

Reply via email to