[
https://issues.apache.org/jira/browse/HBASE-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-3234:
-------------------------
Attachment: org.apache.hadoop.hbase.TestHBaseTestingUtility.txt
org.apache.hadoop.hbase.TestHBaseTestingUtility-output.txt
To get the above log, I changed the log4j that tests see as follows:
{code}
Index: src/test/resources/log4j.properties
===================================================================
--- src/test/resources/log4j.properties (revision 1034940)
+++ src/test/resources/log4j.properties (working copy)
@@ -42,6 +42,6 @@
#log4j.logger.org.apache.hadoop.fs.FSNamesystem=DEBUG
-log4j.logger.org.apache.hadoop=WARN
+log4j.logger.org.apache.hadoop=DEBUG
log4j.logger.org.apache.zookeeper=ERROR
log4j.logger.org.apache.hadoop.hbase=DEBUG
{code}
and then ran this:
{code}
$ mvn clean test -Dtest=TestHBaseTestingUtility
{code}
> hdfs-724 "breaks" TestHBaseTestingUtility multiClusters
> -------------------------------------------------------
>
> Key: HBASE-3234
> URL: https://issues.apache.org/jira/browse/HBASE-3234
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Priority: Critical
> Fix For: 0.90.0
>
> Attachments:
> org.apache.hadoop.hbase.TestHBaseTestingUtility-output.txt,
> org.apache.hadoop.hbase.TestHBaseTestingUtility.txt
>
>
> We upgraded our hadoop jar in TRUNK to latest on 0.20-append branch.
> TestHBaseTestingUtility started failing reliably. If I back out hdfs-724,
> the test passes again. This issue is about figuring whats up here.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.