Hudson trunk failure in heirarchical quorum test (interrupt problem)
--------------------------------------------------------------------
Key: ZOOKEEPER-531
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-531
Project: Zookeeper
Issue Type: Bug
Components: quorum, server
Reporter: Patrick Hunt
Assignee: Flavio Paiva Junqueira
Priority: Blocker
Fix For: 3.3.0
Flavio, can you take a look, this is very unusual. This test seems to be
failing due to interrupt being received and not handled properly:
http://hudson.zones.apache.org/hudson/view/ZooKeeper/job/ZooKeeper-trunk/470/testReport/org.apache.zookeeper.test/HierarchicalQuorumTest/testHierarchicalQuorum/
I don't know why the interrupt would be received though...
here's an example:
2009-09-21 10:46:47,681 - WARN [Thread-8:quorumcnxmanager$sendwor...@539] -
Interrupted while waiting for message on queue
java.lang.InterruptedException
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:1899)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1934)
at
java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:317)
at
org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:533)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.