[
https://issues.apache.org/jira/browse/ZOOKEEPER-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887514#comment-13887514
]
Rakesh R commented on ZOOKEEPER-1872:
-------------------------------------
Thanks [~rgs] for the comments.
Following is shown in the change list, because I've added a try/catch block.
Anyway your point is correct and I will take care.
{code}
+ String failure = verifyThreadCount(peerList, 4);
+ if (failure != null) {
+ Assert.fail(failure);
+ }
{code}
Presently I'm still checking the reason for not applying the patch,
'-1 patch. The patch command could not apply the patch.'
> QuorumPeer is not shutdown in few cases
> ---------------------------------------
>
> Key: ZOOKEEPER-1872
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1872
> Project: ZooKeeper
> Issue Type: Sub-task
> Reporter: Rakesh R
> Assignee: Rakesh R
> Labels: test
> Fix For: 3.4.6, 3.5.0
>
> Attachments: ZOOKEEPER-1872.patch, ZOOKEEPER-1872.patch,
> ZOOKEEPER-1872.patch, ZOOKEEPER-1872.patch, ZOOKEEPER-1872_br3_4.patch
>
>
> Few cases are leaving quorumpeer running after the test case execution. Needs
> proper teardown for these.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)