Github user jej2003 commented on the pull request:

    https://github.com/apache/incubator-rya/pull/32#issuecomment-207034617
  
    @amihalik The exceptions I get are zookeeper connection exceptions and the 
tests never complete.  I am used to the expected exceptions that get printed 
but this causes an endless stream of connection errors like
    
    `2016-04-07 14:02:15,283 INFO  [main-SendThread(localhost:64658)] 
zookeeper.ClientCnxn (ClientCnxn.java:logStartConnect(975)) - Opening socket 
connection to server localhost/127.0.0.1:64658. Will not attempt to 
authenticate using SASL (unknown error)
    2016-04-07 14:02:15,284 WARN  [main-SendThread(localhost:64658)] 
zookeeper.ClientCnxn (ClientCnxn.java:run(1102)) - Session 0x153f1e34c110005 
for server null, unexpected error, closing socket connection and attempting 
reconnect
    java.net.ConnectException: Connection refused
        at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
        at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)`
    
    The last test that is mentioned is 
    
    -------------------------------------------------------
     T E S T S
    -------------------------------------------------------
    Running org.apache.rya.indexing.pcj.fluo.api.CountStatementsIT
    2016-04-07 14:01:49,201 INFO  [main] impl.MiniAccumuloClusterImpl 
(MiniAccumuloClusterImpl.java:start(573)) - Starting MAC against instance 
miniInstance and zookeeper(s) localhost:22807.
    2016-04-07 14:01:52,190 WARN  [main] client.ClientConfiguration 
(ClientConfiguration.java:loadFromSearchPath(155)) - Found no client.conf in 
default paths. Using default client configuration values.
    2016-04-07 14:01:52,258 INFO  [main] zookeeper.ZooKeeper 
(Environment.java:logEnv(100)) - Client 
environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT
    
    Perhaps a zookeeper client isn't being shutdown and it is stuck in a loop 
trying to reconnect?  I'm doing the following to test the develop branch 
without this merged
    
    mvn clean verify


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to