hudson trunk failure in quota test
-----------------------------------
Key: ZOOKEEPER-527
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-527
Project: Zookeeper
Issue Type: Bug
Components: server
Affects Versions: 3.2.1
Reporter: Patrick Hunt
Assignee: Mahadev konar
Priority: Critical
Fix For: 3.3.0
the following test failed:
http://hudson.zones.apache.org/hudson/view/ZooKeeper/job/ZooKeeper-trunk/462/testReport/org.apache.zookeeper.test/QuorumQuotaTest/testQuotaWithQuorum/
here's the interesting log:
2009-09-16 10:35:52,728 - WARN [CommitProcessor:1:datat...@409] - Quota
exceeded: /a bytes=1808 limit=1000
2009-09-16 10:36:34,000 - INFO [SessionTracker:sessiontrackeri...@133] -
Expiring session 0x423c26c1d220000
2009-09-16 10:36:12,725 - WARN
[main-SendThread(localhost:11225):clientcnxn$sendthr...@969] - Exception
closing session 0x423c26c1d220000 to sun.nio.ch.selectionkeyi...@a7dd39
java.io.IOException: TIMED OUT
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:908)
looks like a create call hung and the session eventually expired
perhaps updating the quota had some issue? deadlock or ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.