[ 
https://issues.apache.org/jira/browse/HBASE-6524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439954#comment-13439954
 ] 

Zhihong Ted Yu commented on HBASE-6524:
---------------------------------------

I got a few test failures running test suite:
{code}
Running org.apache.hadoop.hbase.mapreduce.TestImportExport
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 51.918 sec <<< 
FAILURE!
--
Running org.apache.hadoop.hbase.client.TestHCM
Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 72.583 sec <<< 
FAILURE!
--
Running org.apache.hadoop.hbase.client.TestAdmin
Tests run: 40, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 129.109 sec 
<<< FAILURE!
--
Running org.apache.hadoop.hbase.TestFullLogReconstruction
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 44.385 sec <<< 
FAILURE!
--
Running org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 178.483 sec <<< 
FAILURE!
{code}
I ran the following:
mvn -Dhadoop.profile=2.0 -P localTests test -Dtest=TestHCM#testRegionCaching
and got:
{code}
testRegionCaching(org.apache.hadoop.hbase.client.TestHCM)  Time elapsed: 60.047 
sec  <<< ERROR!
java.lang.Exception: test timed out after 60000 milliseconds
        at 
java.util.concurrent.ConcurrentHashMap$Segment.get(ConcurrentHashMap.java:344)
        at 
java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:769)
        at 
org.apache.hadoop.hbase.regionserver.HRegionServer.getOnlineRegion(HRegionServer.java:2596)
        at 
org.apache.hadoop.hbase.client.TestHCM.testRegionCaching(TestHCM.java:244)
{code}
                
> Hooks for hbase tracing
> -----------------------
>
>                 Key: HBASE-6524
>                 URL: https://issues.apache.org/jira/browse/HBASE-6524
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Jonathan Leavitt
>             Fix For: 0.96.0
>
>         Attachments: 6524.addendum, createTableTrace.png, hbase-6524.diff
>
>
> Includes the hooks that use [htrace|http://www.github.com/cloudera/htrace] 
> library to add dapper-like tracing to hbase.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to