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

stack commented on HBASE-9012:
------------------------------

It failed this morning: 
http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/org.apache.hbase$hbase-server/427/testReport/org.apache.hadoop.hbase.fs/TestBlockReorder/testBlockLocationReorder/

Looks like we tried to bind ten times and each time we failed:

2013-07-29 09:18:28,414 INFO  [pool-1-thread-1] fs.TestBlockReorder(191): Got 
bind exception trying to set up socket on 53699; waiting a while; retry=0
2013-07-29 09:18:29,416 INFO  [pool-1-thread-1] fs.TestBlockReorder(191): Got 
bind exception trying to set up socket on 53699; waiting a while; retry=1
2013-07-29 09:18:30,416 INFO  [pool-1-thread-1] fs.TestBlockReorder(191): Got 
bind exception trying to set up socket on 53699; waiting a while; retry=2
2013-07-29 09:18:31,417 INFO  [pool-1-thread-1] fs.TestBlockReorder(191): Got 
bind exception trying to set up socket on 53699; waiting a while; retry=3
2013-07-29 09:18:32,418 INFO  [pool-1-thread-1] fs.TestBlockReorder(191): Got 
bind exception trying to set up socket on 53699; waiting a while; retry=4
2013-07-29 09:18:33,419 INFO  [pool-1-thread-1] fs.TestBlockReorder(191): Got 
bind exception trying to set up socket on 53699; waiting a while; retry=5
2013-07-29 09:18:34,419 INFO  [pool-1-thread-1] fs.TestBlockReorder(191): Got 
bind exception trying to set up socket on 53699; waiting a while; retry=6
2013-07-29 09:18:35,420 INFO  [pool-1-thread-1] fs.TestBlockReorder(191): Got 
bind exception trying to set up socket on 53699; waiting a while; retry=7
2013-07-29 09:18:36,421 INFO  [pool-1-thread-1] fs.TestBlockReorder(191): Got 
bind exception trying to set up socket on 53699; waiting a while; retry=8
2013-07-29 09:18:37,422 INFO  [pool-1-thread-1] fs.TestBlockReorder(191): Got 
bind exception trying to set up socket on 53699; waiting a while; retry=9

I could have us retry until we get a good port?
                
> TestBlockReorder.testBlockLocationReorder fails
> -----------------------------------------------
>
>                 Key: HBASE-9012
>                 URL: https://issues.apache.org/jira/browse/HBASE-9012
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.95.2
>
>         Attachments: 9012.txt
>
>
> http://54.241.6.143/job/HBase-0.95/669/org.apache.hbase$hbase-server/testReport/junit/org.apache.hadoop.hbase.fs/TestBlockReorder/testBlockLocationReorder/
> java.net.BindException: Address already in use
>       at java.net.PlainSocketImpl.socketBind(Native Method)
>       at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383)
>       at java.net.ServerSocket.bind(ServerSocket.java:328)
>       at java.net.ServerSocket.<init>(ServerSocket.java:194)
>       at java.net.ServerSocket.<init>(ServerSocket.java:106)
>       at 
> org.apache.hadoop.hbase.fs.TestBlockReorder.testBlockLocationReorder(TestBlockReorder.java:182)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to