You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Lewis John McGibbney (Commented) (JIRA)" <ji...@apache.org> on 2011/12/14 20:37:31 UTC

[jira] [Commented] (GORA-55) Fix TestHBaseStore

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

Lewis John McGibbney commented on GORA-55:
------------------------------------------

For clarification the failing tests all display

junit.framework.AssertionFailedError: expected:<1> but was:<0>
	at junit.framework.Assert.fail(Assert.java:50)


                
> Fix TestHBaseStore
> ------------------
>
>                 Key: GORA-55
>                 URL: https://issues.apache.org/jira/browse/GORA-55
>             Project: Gora
>          Issue Type: Sub-task
>          Components: storage-hbase
>    Affects Versions: 0.2-incubating
>            Reporter: Lewis John McGibbney
>             Fix For: 0.2-incubating
>
>         Attachments: GORA-55.patch
>
>
> TestHBaseStore
> Hanging indefinately with some interesting output below
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server Responder: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server listener on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 0 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 2 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 3 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 1 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 4 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 5 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 6 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 7 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 8 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 9 on 57907: starting
> 11/10/22 21:34:19 INFO zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:21818
> 11/10/22 21:34:19 WARN zookeeper.ClientCnxn: Session 0x1332d8e13be0000 for server null, unexpected error, closing socket connection and attempting reconnect
> java.net.ConnectException: Connection refused
> 	at sun.nio.ch.Net.connect(Native Method)
> 	at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:507)
> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1050)
> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1077)

--
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

        

Re: [jira] [Commented] (GORA-55) Fix TestHBaseStore

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Hi Guys,

Regarding these tests, I am happy to make this trivial commit and work
towards fixing the errors if this is seen to better the situation?

Thanks

On Wed, Dec 14, 2011 at 7:37 PM, Lewis John McGibbney (Commented)
(JIRA) <ji...@apache.org> wrote:
>
>    [ https://issues.apache.org/jira/browse/GORA-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169608#comment-13169608 ]
>
> Lewis John McGibbney commented on GORA-55:
> ------------------------------------------
>
> For clarification the failing tests all display
>
> junit.framework.AssertionFailedError: expected:<1> but was:<0>
>        at junit.framework.Assert.fail(Assert.java:50)
>
>
>
>> Fix TestHBaseStore
>> ------------------
>>
>>                 Key: GORA-55
>>                 URL: https://issues.apache.org/jira/browse/GORA-55
>>             Project: Gora
>>          Issue Type: Sub-task
>>          Components: storage-hbase
>>    Affects Versions: 0.2-incubating
>>            Reporter: Lewis John McGibbney
>>             Fix For: 0.2-incubating
>>
>>         Attachments: GORA-55.patch
>>
>>
>> TestHBaseStore
>> Hanging indefinately with some interesting output below
>> 11/10/22 21:34:19 INFO ipc.Server: IPC Server Responder: starting
>> 11/10/22 21:34:19 INFO ipc.Server: IPC Server listener on 57907: starting
>> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 0 on 57907: starting
>> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 2 on 57907: starting
>> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 3 on 57907: starting
>> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 1 on 57907: starting
>> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 4 on 57907: starting
>> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 5 on 57907: starting
>> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 6 on 57907: starting
>> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 7 on 57907: starting
>> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 8 on 57907: starting
>> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 9 on 57907: starting
>> 11/10/22 21:34:19 INFO zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:21818
>> 11/10/22 21:34:19 WARN zookeeper.ClientCnxn: Session 0x1332d8e13be0000 for server null, unexpected error, closing socket connection and attempting reconnect
>> java.net.ConnectException: Connection refused
>>       at sun.nio.ch.Net.connect(Native Method)
>>       at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:507)
>>       at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1050)
>>       at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1077)
>
> --
> 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
>
>



-- 
Lewis