intermittent JMX test failures due to not verifying QuorumPeer shutdown
------------------------------------------------------------------------
Key: ZOOKEEPER-698
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-698
Project: Zookeeper
Issue Type: Bug
Components: tests
Reporter: Patrick Hunt
Assignee: Patrick Hunt
Priority: Critical
Fix For: 3.3.0
in some cases the tests are failing with JMX errors. From the logs I can see
that QP was shutdown, however it did not exit it's thread until some time much
later. This is causing interference with subsequent tests, causing the test to
fail.
I have a patch that attempts to verify that the QP was shutdown (by joining the
thread). It turns out that tests based on QuorumBase do this check (join)
however some of the other tests do not. I believe this will address the issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.