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

Yongjun Zhang commented on HADOOP-13847:
----------------------------------------

Thanks Anthony for reporting the issue and John for the patch.

The patch looks good to me, except that I'd suggest we change

LOG.error("Error closing KeyProviderCryptoExtension: " + ioe);

to 

LOG.error("Error closing KeyProviderCryptoExtension", ioe);

Thanks.


> KMSWebApp should close KeyProviderCryptoExtension
> -------------------------------------------------
>
>                 Key: HADOOP-13847
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13847
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: kms
>            Reporter: Anthony Young-Garner
>            Assignee: John Zhuge
>         Attachments: HADOOP-13847.001.patch
>
>
> KeyProviderCryptoExtension should be closed in KMSWebApp.contextDestroyed so 
> that all KeyProviders are also closed. See related HADOOP-13838.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to