Description
All the WatcherTests occasionally fail with:
Error Message: Unexpected bean exists! expected:<0> but was:<1> Stack Trace: junit.framework.AssertionFailedError: Unexpected bean exists! expected:<0> but was:<1> at org.apache.zookeeper.test.ClientBase.verifyUnexpectedBeans(ClientBase.java:498) at org.apache.zookeeper.test.ClientBase.startServer(ClientBase.java:477) at org.apache.zookeeper.test.ClientBase.setUp(ClientBase.java:460) at org.apache.zookeeper.test.WatcherTest.setUp(WatcherTest.java:76)
Here is an example: https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/422/
Attachments
Issue Links
- is broken by
-
ZOOKEEPER-2743 Netty connection leaks JMX connection bean upon connection close in certain race conditions.
- Resolved