[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15640175#comment-15640175
 ] 

Michael Han commented on ZOOKEEPER-1594:
----------------------------------------

This issue should be a duplicate of ZOOKEEPER-2152, which is resolved as fixed. 
The code fix was committed as SVN r1757565 on Aug 24 2016, and after that there 
is no Jenkins build report failures for TestReconfig.cc. If you still 
experience the issue, please provide more information such as:
* The branch you are testing (git commit hash).
* Does the failure happen with, or without applying your patch?
* Steps on reproduce and detailed log information (the test log + server log).
For now, I am closing this issue as duplicate, please either open a new JIRA 
issue or comment on ZOOKEEPER-2152.

> TestReconfig intermittently fails
> ---------------------------------
>
>                 Key: ZOOKEEPER-1594
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1594
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.5.0
>            Reporter: Marshall McMullen
>            Assignee: Marshall McMullen
>
> We've seen an intermittent failure in one of the C client tests TestReconfig 
> which was committed as part of ZOOKEEPER-1355.
> The test that is failing is failing *before* any rebalancing algorithm is 
> invoked. After inspecting this we've concluded it is a failure to properly 
> seed the random number generator properly. This same problem was seen and 
> solved on the Java client side so we just need to do something similar on the 
> C client side.
> The assertion:
> Build/trunk/src/c/tests/TestReconfig.cc:571: Assertion: assertion failed 
> [Expression: numClientsPerHost.at(i) >= 
> lowerboundClientsPerServer(numClients, numServers)]
> [exec] [exec] Failures !!!
> [exec] [exec] Run: 38 Failure total: 1 Failures: 1 Errors: 0
> [exec] [exec] make: *** [run-check] Error 1
> [exec] 
> [exec] BUILD FAILED
> [exec] 
> /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/build.xml:1262:
>  The following error occurred while executing this line:
> [exec] 
> /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/build.xml:1272:
>  exec returned: 2
> Also this one:
> From the latest build logs:
> [exec] Zookeeper_watchers::testChildWatcher2 : elapsed 54 : OK
> [exec] 
> /home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/trunk/src/c/tests/TestReconfig.cc:183:
>  Assertion: equality assertion failed [Expected: 1, Actual : 0]
> [exec] Failures !!!
> [exec] Run: 67 Failure total: 1 Failures: 1 Errors: 0
> [exec] FAIL: zktest-mt
> [exe



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to