You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/06/09 00:41:41 UTC

[04/10] accumulo git commit: ACCUMULO-4330 Limit ZooKeeper log size in ITs

ACCUMULO-4330 Limit ZooKeeper log size in ITs

Only log org.apache.zookeeper at INFO and higher (retaining the setting
of ClientCnxn to FATAL, and ZooKeeper to WARN, like it is in more recent
development branches)


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6cf5febf
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6cf5febf
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6cf5febf

Branch: refs/heads/master
Commit: 6cf5febfcdba8f24e69823c2fb97a85e477add64
Parents: e0426c5
Author: Christopher Tubbs <ct...@apache.org>
Authored: Wed Jun 8 20:22:40 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Wed Jun 8 20:38:04 2016 -0400

----------------------------------------------------------------------
 test/src/test/resources/log4j.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/6cf5febf/test/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/test/src/test/resources/log4j.properties b/test/src/test/resources/log4j.properties
index 6d0a56c..ade18bf 100644
--- a/test/src/test/resources/log4j.properties
+++ b/test/src/test/resources/log4j.properties
@@ -28,8 +28,8 @@ log4j.logger.org.apache.hadoop.mapred=ERROR
 log4j.logger.org.apache.hadoop.tools.DistCp=WARN
 log4j.logger.org.apache.hadoop.util.NativeCodeLoader=ERROR
 log4j.logger.org.apache.hadoop.util.ProcessTree=WARN
-log4j.logger.org.apache.zookeeper.ClientCnxn=ERROR
-log4j.logger.org.apache.zookeeper.ClientCnxnSocketNIO=INFO
-#log4j.logger.org.apache.zookeeper.ZooKeeper=WARN
+log4j.logger.org.apache.zookeeper=INFO
+log4j.logger.org.apache.zookeeper.ClientCnxn=FATAL
+log4j.logger.org.apache.zookeeper.ZooKeeper=WARN
 log4j.logger.org.apache.accumulo.core.file.rfile.bcfile=INFO
 log4j.logger.org.apache.accumulo.core.client.impl.ThriftScanner=INFO