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 899A311B34 for ; Mon, 22 Sep 2014 04:27:34 +0000 (UTC) Received: (qmail 70726 invoked by uid 500); 22 Sep 2014 04:27:34 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 70673 invoked by uid 500); 22 Sep 2014 04:27:34 -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 70659 invoked by uid 99); 22 Sep 2014 04:27:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2014 04:27:34 +0000 Date: Mon, 22 Sep 2014 04:27:34 +0000 (UTC) From: "Andrew Wang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-6987) Move CipherSuite xattr information up to the encryption zone root 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-6987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14142878#comment-14142878 ] Andrew Wang commented on HDFS-6987: ----------------------------------- I ran all of these failed tests locally and they passed, not sure what's going on here. Gonna commit this shortly, thanks Zhe for working on this. > Move CipherSuite xattr information up to the encryption zone root > ----------------------------------------------------------------- > > Key: HDFS-6987 > URL: https://issues.apache.org/jira/browse/HDFS-6987 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: encryption > Reporter: Andrew Wang > Assignee: Zhe Zhang > Attachments: HDFS-6987-20140917-v1.patch, HDFS-6987-20140918-v1.patch, HDFS-6987-20140919-v1.patch, HDFS-6987-20140919-v2.patch, HDFS-6987-20140919-v3.patch, HDFS-6987-20140920-v1.patch > > > All files within a single EZ need to be encrypted with the same CipherSuite. Because of this, I think we can store the CipherSuite once in the EZ rather than on each file. -- This message was sent by Atlassian JIRA (v6.3.4#6332)