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

xyuanlu 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 d00a37c0d Changed Log level to DEBUG for the top-state metrics logs, 
to avoid logging for every partition.(#2611)
d00a37c0d is described below

commit d00a37c0d1f1a6561f2990d39af6d4281b27f27d
Author: Himanshu Kandwal <[email protected]>
AuthorDate: Wed Sep 6 13:45:17 2023 -0700

    Changed Log level to DEBUG for the top-state metrics logs, to avoid logging 
for every partition.(#2611)
    
    
    
    ---------
    
    Co-authored-by: Himanshu Kandwal <[email protected]>
---
 .../org/apache/helix/controller/stages/TopStateHandoffReportStage.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/helix-core/src/main/java/org/apache/helix/controller/stages/TopStateHandoffReportStage.java
 
b/helix-core/src/main/java/org/apache/helix/controller/stages/TopStateHandoffReportStage.java
index aec55aae5..c58f40e41 100644
--- 
a/helix-core/src/main/java/org/apache/helix/controller/stages/TopStateHandoffReportStage.java
+++ 
b/helix-core/src/main/java/org/apache/helix/controller/stages/TopStateHandoffReportStage.java
@@ -331,7 +331,7 @@ public class TopStateHandoffReportStage extends 
AbstractAsyncBaseStage {
       missingTopStateMap.get(resourceName).put(partitionName, record);
       // Since top state handoff has not completed yet we can't log helix top 
state latency but can log since how long
       // top state is missing.
-      LogUtil.logInfo(LOG, _eventId, String.format(
+      LogUtil.logDebug(LOG, _eventId, String.format(
           "Missing top state for partition %s beyond %s time. Graceful: %s",
           partitionName, missingDuration, false));
       if (clusterStatusMonitor != null) {

Reply via email to