You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/07/01 07:07:22 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=13696574#comment-13696574 ] 

Hudson commented on GORA-55:
----------------------------

Integrated in goraOracle #6 (See [https://builds.apache.org/job/goraOracle/6/])
    commit to address part of GORA-55. Downgraded Slf4j dependency from 1.6.4 to 1.5.8 to remove multiple bindings available on classpath, finally updated CHANGES.txt (Revision e2a90e7304d536057c10dfd34718131545fb5f66)
[GORA-55] Removed second assertion for schema existence, since schema is already deleted. (Revision 88c3c054cdc95a973ae33adcab158a4a052b81c4)
[GORA-55] Excluded ranged queries from the tests, since the tests assume end key to be inclussive while Hbase considers it exclusive. (Revision deab9d45777ba7c4aa302d2983b9595b95d1481a)

     Result = FAILURE
lewismc : 
Files : 
* CHANGES.txt
* pom.xml

iocanel : 
Files : 
* gora-core/src/test/java/org/apache/gora/store/DataStoreTestBase.java

iocanel : 
Files : 
* gora-hbase/src/test/java/org/apache/gora/hbase/store/TestHBaseStore.java

                
> Fix TestHBaseStore
> ------------------
>
>                 Key: GORA-55
>                 URL: https://issues.apache.org/jira/browse/GORA-55
>             Project: Apache Gora
>          Issue Type: Sub-task
>          Components: gora-hbase
>    Affects Versions: 0.2
>            Reporter: Lewis John McGibbney
>             Fix For: 0.4
>
>         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
For more information on JIRA, see: http://www.atlassian.com/software/jira