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

mehakmeet pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 32414cfe46c HADOOP-18574. Changing log level of IOStatistics increment 
to make the DEBUG logs less noisy (#5223)
32414cfe46c is described below

commit 32414cfe46c6b691f6fa84896207941124dd1317
Author: Mehakmeet Singh <mehakmeet.singh.b...@gmail.com>
AuthorDate: Thu Dec 15 10:19:18 2022 +0530

    HADOOP-18574. Changing log level of IOStatistics increment to make the 
DEBUG logs less noisy (#5223)
    
    
    Contributed by: Mehakmeet Singh
---
 .../org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreImpl.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreImpl.java
 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreImpl.java
index 0471703b3b0..6db38208919 100644
--- 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreImpl.java
+++ 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreImpl.java
@@ -190,7 +190,7 @@ final class IOStatisticsStoreImpl extends 
WrappedIOStatistics
       return counter.get();
     } else {
       long l = incAtomicLong(counter, value);
-      LOG.debug("Incrementing counter {} by {} with final value {}",
+      LOG.trace("Incrementing counter {} by {} with final value {}",
           key, value, l);
       return l;
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to