[
https://issues.apache.org/jira/browse/ZOOKEEPER-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965400#action_12965400
]
Vishal K commented on ZOOKEEPER-880:
------------------------------------
I dont think the test failure is realted to my changes.
[exec] [exec]
/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/tests/TestClient.cc:363:
Assertion: equality assertion failed [Expected: -101, Actual : -4]
[exec] [exec] Failures !!!
[exec] [exec] Run: 33 Failure total: 1 Failures: 1 Errors: 0
The tests that I added seemed to pass
[exec] [junit] 2010-11-30 19:19:52,796 [myid:] - INFO
[main:junit4zktestrunner$loggedinvokemet...@56] - FINISHED TEST METHOD
testWorkerThreads
[exec] [junit] 2010-11-30 19:19:52,796 [myid:] - INFO
[main:zktestcas...@59] - SUCCEEDED testWorkerThreads
[exec] [junit] 2010-11-30 19:19:52,796 [myid:] - INFO
[main:zktestcas...@54] - FINISHED testWorkerThreads
[exec] [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed:
202.307 sec
> QuorumCnxManager$SendWorker grows without bounds
> ------------------------------------------------
>
> Key: ZOOKEEPER-880
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-880
> Project: ZooKeeper
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Jean-Daniel Cryans
> Assignee: Vishal K
> Priority: Critical
> Fix For: 3.3.3, 3.4.0
>
> Attachments: hbase-hadoop-zookeeper-sv4borg12.log.gz,
> hbase-hadoop-zookeeper-sv4borg9.log.gz, jstack,
> TRACE-hbase-hadoop-zookeeper-sv4borg9.log.gz, ZOOKEEPER-880.patch,
> ZOOKEEPER-880.patch
>
>
> We're seeing an issue where one server in the ensemble has a steady growing
> number of QuorumCnxManager$SendWorker threads up to a point where the OS runs
> out of native threads, and at the same time we see a lot of exceptions in the
> logs. This is on 3.2.2 and our config looks like:
> {noformat}
> tickTime=3000
> dataDir=/somewhere_thats_not_tmp
> clientPort=2181
> initLimit=10
> syncLimit=5
> server.0=sv4borg9:2888:3888
> server.1=sv4borg10:2888:3888
> server.2=sv4borg11:2888:3888
> server.3=sv4borg12:2888:3888
> server.4=sv4borg13:2888:3888
> {noformat}
> The issue is on the first server. I'm going to attach threads dumps and logs
> in moment.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.