[
https://issues.apache.org/jira/browse/ZOOKEEPER-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15217849#comment-15217849
]
Hadoop QA commented on ZOOKEEPER-2407:
--------------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12796059/zookeeper-2407.patch
against trunk revision 1736259.
+1 @author. The patch does not contain any @author tags.
-1 tests included. The patch doesn't appear to include any new or modified
tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
-1 patch. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3132//console
This message is automatically generated.
> EventThread in ClientCnxn can't be closed when SendThread exits because of
> auth failed during reconnection
> ----------------------------------------------------------------------------------------------------------
>
> Key: ZOOKEEPER-2407
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2407
> Project: ZooKeeper
> Issue Type: Bug
> Affects Versions: 3.5.1
> Reporter: sunhaitao
> Attachments: zookeeper-2407.patch
>
>
> EventThread in ClientCnxn can't be closed when SendThread exits because of
> auth failed during reconnection.
> for send thread if it is in authfailed state, the send thread exits,but the
> event thread is still running.
> observation:
> use jstack tho check the thread running they find the send thread no longer
> exists but event thread is still threre
> even when we call zookeeper.close(),the eventthread is still there.
> Stack trace:
> sun.misc.Unsafe.park(Native Method)
> java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
> org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:514)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)