HDFS-9623. Update example configuration of block state change log in 
log4j.properties. Contributed by Masatake Iwasaki.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/92c5f565
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/92c5f565
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/92c5f565

Branch: refs/heads/HDFS-1312
Commit: 92c5f565fd5466eab4496c2413de2e8b2897a91f
Parents: a44ce3f
Author: Akira Ajisaka <[email protected]>
Authored: Tue Jan 19 13:31:26 2016 +0900
Committer: Akira Ajisaka <[email protected]>
Committed: Tue Jan 19 13:31:26 2016 +0900

----------------------------------------------------------------------
 .../hadoop-common/src/main/conf/log4j.properties                 | 4 ++--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt                      | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/92c5f565/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties 
b/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties
index 299caa8..dc7e705 100644
--- a/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties
+++ b/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties
@@ -98,9 +98,9 @@ log4j.appender.TLA.layout.ConversionPattern=%d{ISO8601} %p 
%c: %m%n
 #
 # HDFS block state change log from block manager
 #
-# Uncomment the following to suppress normal block state change
+# Uncomment the following to log normal block state change
 # messages from BlockManager in NameNode.
-#log4j.logger.BlockStateChange=WARN
+#log4j.logger.BlockStateChange=DEBUG
 
 #
 #Security appender

http://git-wip-us.apache.org/repos/asf/hadoop/blob/92c5f565/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt 
b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 6c532a6..327cf73 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -2596,6 +2596,9 @@ Release 2.8.0 - UNRELEASED
     HDFS-9612. DistCp worker threads are not terminated after jobs are done.
     (Wei-Chiu Chuang via Yongjun Zhang)
 
+    HDFS-9623. Update example configuration of block state change log in
+    log4j.properties. (Masatake Iwasaki via aajisaka)
+
 Release 2.7.3 - UNRELEASED
 
   INCOMPATIBLE CHANGES

Reply via email to