Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3CFEA11C20 for ; Mon, 8 Sep 2014 15:43:30 +0000 (UTC) Received: (qmail 25649 invoked by uid 500); 8 Sep 2014 15:43:29 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 25602 invoked by uid 500); 8 Sep 2014 15:43:29 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 25590 invoked by uid 99); 8 Sep 2014 15:43:29 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 15:43:29 +0000 Date: Mon, 8 Sep 2014 15:43:29 +0000 (UTC) From: "Charles Lamb (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-6951) Saving namespace and restarting NameNode will remove existing encryption zones MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-6951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Lamb updated HDFS-6951: ------------------------------- Attachment: HDFS-6951.007.patch @andrew.wang, Thanks for the review. The .007 patch should address those two comments. I've uploaded the editStored binary file as a separate file so I expect the TestOEV test will fail (as usual). > Saving namespace and restarting NameNode will remove existing encryption zones > ------------------------------------------------------------------------------ > > Key: HDFS-6951 > URL: https://issues.apache.org/jira/browse/HDFS-6951 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: encryption > Affects Versions: 3.0.0 > Reporter: Stephen Chu > Assignee: Charles Lamb > Attachments: HDFS-6951-editsStored-binary, HDFS-6951-prelim.002.patch, HDFS-6951-testrepo.patch, HDFS-6951.001.patch, HDFS-6951.002.patch, HDFS-6951.003.patch, HDFS-6951.004.patch, HDFS-6951.005.patch, HDFS-6951.006.patch, HDFS-6951.007.patch, editsStored > > > Currently, when users save namespace and restart the NameNode, pre-existing encryption zones will be wiped out. > I could reproduce this on a pseudo-distributed cluster: > * Create an encryption zone > * List encryption zones and verify the newly created zone is present > * Save the namespace > * Kill and restart the NameNode > * List the encryption zones and you'll find the encryption zone is missing > I've attached a test case for {{TestEncryptionZones}} that reproduces this as well. Removing the saveNamespace call will get the test to pass. -- This message was sent by Atlassian JIRA (v6.3.4#6332)