[
https://issues.apache.org/jira/browse/HBASE-13969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pankaj Kumar updated HBASE-13969:
---------------------------------
Attachment: HBASE-13969.patch
Patch for review.
> AuthenticationTokenSecretManager is never stopped in RPCServer
> --------------------------------------------------------------
>
> Key: HBASE-13969
> URL: https://issues.apache.org/jira/browse/HBASE-13969
> Project: HBase
> Issue Type: Bug
> Reporter: Pankaj Kumar
> Assignee: Pankaj Kumar
> Priority: Minor
> Attachments: 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)