You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/08/28 23:37:51 UTC

[jira] [Created] (MESOS-670) GroupTest.GroupJoinWithDisconnect fails on master.

Benjamin Mahler created MESOS-670:
-------------------------------------

             Summary: GroupTest.GroupJoinWithDisconnect fails on master.
                 Key: MESOS-670
                 URL: https://issues.apache.org/jira/browse/MESOS-670
             Project: Mesos
          Issue Type: Bug
          Components: test
            Reporter: Benjamin Mahler
            Assignee: Benjamin Mahler


[ RUN      ] GroupTest.GroupJoinWithDisconnect
2013-08-28 14:15:21,348:40067(0x11c447000):ZOO_ERROR@handle_socket_error_msg@1579: Socket [127.0.0.1:64547] zk retcode=-4, errno=61(Connection refused): server refused to accept the client
Exception in thread "AWT-AppKit" java.lang.IllegalThreadStateException
	at java.lang.Thread.start(Thread.java:656)
	at org.apache.zookeeper.server.ZooKeeperServer.startSessionTracker(ZooKeeperServer.java:402)
	at org.apache.zookeeper.server.ZooKeeperServer.startup(ZooKeeperServer.java:376)
	at org.apache.zookeeper.server.NIOServerCnxn$Factory.startup(NIOServerCnxn.java:161)
Caught a JVM exception, not propagating

I committed this patch from Vinson Lee:
https://reviews.apache.org/r/13598/

It appears this has possibly affected the ZK tests.

There appears to be a code change between 3.3.4 and 3.3.6 relevant to this issue:

http://grepcode.com/file/repo1.maven.org/maven2/org.apache.zookeeper/zookeeper/3.3.4/org/apache/zookeeper/server/ZooKeeperServer.java#370

vs

http://grepcode.com/file/repo1.maven.org/maven2/org.apache.zookeeper/zookeeper/3.3.6/org/apache/zookeeper/server/ZooKeeperServer.java#372

I'll dig a little further, hopefully I can avoid needing to revert this commit.

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