Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 298B4200BE0 for ; Sat, 3 Dec 2016 01:15:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 268B3160B29; Sat, 3 Dec 2016 00:15:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 940D6160B24 for ; Sat, 3 Dec 2016 01:14:59 +0100 (CET) Received: (qmail 35669 invoked by uid 500); 3 Dec 2016 00:14:58 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 35625 invoked by uid 99); 3 Dec 2016 00:14:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2016 00:14:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 733A22C2A69 for ; Sat, 3 Dec 2016 00:14:58 +0000 (UTC) Date: Sat, 3 Dec 2016 00:14:58 +0000 (UTC) From: "Yongjun Zhang (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13847) KMSWebApp should close KeyProviderCryptoExtension MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 03 Dec 2016 00:15:00 -0000 [ 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: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org