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 9725818466 for ; Wed, 30 Sep 2015 19:38:39 +0000 (UTC) Received: (qmail 55422 invoked by uid 500); 30 Sep 2015 19:38:32 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 55352 invoked by uid 500); 30 Sep 2015 19:38:32 -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 55260 invoked by uid 99); 30 Sep 2015 19:38:32 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2015 19:38:32 +0000 Date: Wed, 30 Sep 2015 19:38:32 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-8077) Erasure coding: fix bug in EC zone and symlinks 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-8077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14938588#comment-14938588 ] Hudson commented on HDFS-8077: ------------------------------ FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #465 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/465/]) HDFS-8077. Erasure coding: fix bugs in EC zone and symlinks. Contributed (zhezhang: rev 4d0bc724f29b646e252f53d1c654a23e8526a4bf) * hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFSImage.java * hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFSEditLogLoader.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSEditLogLoader.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageSerialization.java * hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestRecoverStripedBlocks.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INodeFile.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ErasureCodingZoneManager.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockInfoStripedUnderConstruction.java > Erasure coding: fix bug in EC zone and symlinks > ----------------------------------------------- > > Key: HDFS-8077 > URL: https://issues.apache.org/jira/browse/HDFS-8077 > Project: Hadoop HDFS > Issue Type: Sub-task > Reporter: Zhe Zhang > Assignee: Jing Zhao > Fix For: HDFS-7285 > > Attachments: HDFS-8077-000.patch, HDFS-8077.001.patch, HDFS-8077.002.patch > > > EC zone manager tries to get XAttr of an inode to determine the EC policy, which doesn't work with symlinks. This patch has a simple fix to get rid of test failures. > Ideally we should also add logic to disallow creating symlinks in several EC-related scenarios. But since symlinks are disabled in branch-2 and will likely be disabled in trunk, this step is skipped now. > The patch also fixes a small test error around {{getBlockReplication}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)