[
https://issues.apache.org/jira/browse/HBASE-13969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14602422#comment-14602422
]
Hudson commented on HBASE-13969:
--------------------------------
FAILURE: Integrated in HBase-1.2 #34 (See
[https://builds.apache.org/job/HBase-1.2/34/])
HBASE-13969 AuthenticationTokenSecretManager is never stopped in RPCServer
(Pankaj Kumar) (tedyu: rev 139cb4e979d2b7f19072bfd0873cb9f206a2038e)
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
> AuthenticationTokenSecretManager is never stopped in RPCServer
> --------------------------------------------------------------
>
> Key: HBASE-13969
> URL: https://issues.apache.org/jira/browse/HBASE-13969
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.13
> Reporter: Pankaj Kumar
> Assignee: Pankaj Kumar
> Priority: Minor
> Fix For: 2.0.0, 0.98.14, 1.0.2, 1.2.0, 1.1.2, 1.3.0
>
> Attachments: 13969-V2.patch, HBASE-13969-V2.patch, HBASE-13969.patch
>
>
> AuthenticationTokenSecretManager is never stopped in RPCServer.
> {code}
> AuthenticationTokenSecretManager mgr = createSecretManager();
> if (mgr != null) {
> setSecretManager(mgr);
> mgr.start();
> }
> {code}
> It should be stopped during exit.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)