You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2008/10/30 15:21:44 UTC

[jira] Commented: (HBASE-971) Fix the failing tests on Hudson

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

Jean-Daniel Cryans commented on HBASE-971:
------------------------------------------

>From the console output:

{code}
[junit] java.io.IOException: Call failed on local exception
    [junit] 	at org.apache.hadoop.ipc.Client.call(Client.java:718)
    [junit] 	at org.apache.hadoop.hbase.ipc.HbaseRPC$Invoker.invoke(HbaseRPC.java:314)
    [junit] 	at $Proxy7.regionServerReport(Unknown Source)
    [junit] 	at org.apache.hadoop.hbase.regionserver.HRegionServer.run(HRegionServer.java:327)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit] 	at sun.nio.ch.Net.connect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:507)
    [junit] 	at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:90)
    [junit] 	at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:300)
    [junit] 	at org.apache.hadoop.ipc.Client$Connection.access$1700(Client.java:177)
    [junit] 	at org.apache.hadoop.ipc.Client.getConnection(Client.java:789)
    [junit] 	at org.apache.hadoop.ipc.Client.call(Client.java:704)
    [junit] 	... 4 more
    [junit] 2008-10-30 01:58:09,003 WARN  [RegionServer:0] regionserver.HRegionServer(311): unable to report to master for 11101 milliseconds - retrying
    [junit] 2008-10-30 01:58:19,122 WARN  [RegionServer:0] regionserver.HRegionServer(417): Processing message (Retry: 2)
    [junit] java.io.IOException: Call failed on local exception
    [junit] 	at org.apache.hadoop.ipc.Client.call(Client.java:718)
    [junit] 	at org.apache.hadoop.hbase.ipc.HbaseRPC$Invoker.invoke(HbaseRPC.java:314)
    [junit] 	at $Proxy7.regionServerReport(Unknown Source)
    [junit] 	at org.apache.hadoop.hbase.regionserver.HRegionServer.run(HRegionServer.java:327)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit] 	at sun.nio.ch.Net.connect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:507)
    [junit] 	at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:90)
    [junit] 	at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:300)
    [junit] 	at org.apache.hadoop.ipc.Client$Connection.access$1700(Client.java:177)
    [junit] 	at org.apache.hadoop.ipc.Client.getConnection(Client.java:789)
    [junit] 	at org.apache.hadoop.ipc.Client.call(Client.java:704)
    [junit] 	... 4 more
{code}

And so on. It is because the HRS is busy processing the regions while the master already shut down :

{code}
    [junit] 2008-10-30 01:57:58,829 INFO  [HMaster] hbase.Leases(119): HMaster closing leases
    [junit] 2008-10-30 01:57:58,830 INFO  [HMaster] hbase.Leases(126): HMaster closed leases
    [junit] 2008-10-30 01:57:58,830 INFO  [HMaster] master.HMaster(395): HMaster main thread exiting
{code}

> Fix the failing tests on Hudson
> -------------------------------
>
>                 Key: HBASE-971
>                 URL: https://issues.apache.org/jira/browse/HBASE-971
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Blocker
>             Fix For: 0.19.0
>
>
> Hudson is failing the TestTableMapReduce roughly half of the builds. See why and fix if possible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.