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 3F41C200C14 for ; Tue, 7 Feb 2017 10:42:45 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3DCED160B3E; Tue, 7 Feb 2017 09:42:45 +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 86A83160B4B for ; Tue, 7 Feb 2017 10:42:44 +0100 (CET) Received: (qmail 53354 invoked by uid 500); 7 Feb 2017 09:42:43 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 53342 invoked by uid 99); 7 Feb 2017 09:42:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2017 09:42:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3EDEFC01C6 for ; Tue, 7 Feb 2017 09:42:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id ZFpUNynRO9vm for ; Tue, 7 Feb 2017 09:42:42 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 786DC5FBE1 for ; Tue, 7 Feb 2017 09:42:42 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 00097E04B5 for ; Tue, 7 Feb 2017 09:42:41 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id ABB222528D for ; Tue, 7 Feb 2017 09:42:41 +0000 (UTC) Date: Tue, 7 Feb 2017 09:42:41 +0000 (UTC) From: "Xiao Chen (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-11210) Enhance key rolling to guarantee new KeyVersion is returned from generateEncryptedKeys after a key is rolled MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 07 Feb 2017 09:42:45 -0000 [ https://issues.apache.org/jira/browse/HDFS-11210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiao Chen updated HDFS-11210: ----------------------------- Attachment: HDFS-11210.04.patch > Enhance key rolling to guarantee new KeyVersion is returned from generateEncryptedKeys after a key is rolled > ------------------------------------------------------------------------------------------------------------ > > Key: HDFS-11210 > URL: https://issues.apache.org/jira/browse/HDFS-11210 > Project: Hadoop HDFS > Issue Type: Improvement > Components: encryption, kms > Affects Versions: 2.6.5 > Reporter: Xiao Chen > Assignee: Xiao Chen > Attachments: HDFS-11210.01.patch, HDFS-11210.02.patch, HDFS-11210.03.patch, HDFS-11210.04.patch > > > To support re-encrypting EDEK, we need to make sure after a key is rolled, no old version EDEKs are used anymore. This includes various caches when generating EDEK. > This is not true currently, simply because no such requirements / necessities before. > This includes > - Client Provider(s), and corresponding cache(s). > When LoadBalancingKMSCP is used, we need to clear all KMSCPs. > - KMS server instance(s), and corresponding cache(s) > When KMS HA is configured with multiple KMS instances, only 1 will receive the {{rollNewVersion}} request, we need to make sure other instances are rolled too. > - The Client instance inside NN(s), and corresponding cache(s) > When {{hadoop key roll}} is succeeded, the client provider inside NN should be drained too. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org