From hdfs-issues-return-98040-apmail-hadoop-hdfs-issues-archive=hadoop.apache.org@hadoop.apache.org Wed Oct 1 16:14:40 2014 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 0C05B17203 for ; Wed, 1 Oct 2014 16:14:40 +0000 (UTC) Received: (qmail 21470 invoked by uid 500); 1 Oct 2014 16:14:39 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 21416 invoked by uid 500); 1 Oct 2014 16:14:39 -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 21402 invoked by uid 99); 1 Oct 2014 16:14:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2014 16:14:39 +0000 Date: Wed, 1 Oct 2014 16:14:39 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-7071) Updated editsStored and editsStored.xml to bump layout version and add LazyPersist flag 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-7071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155001#comment-14155001 ] Hudson commented on HDFS-7071: ------------------------------ FAILURE: Integrated in Hadoop-trunk-Commit #6163 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/6163/]) HDFS-7071. Updated editsStored and editsStored.xml to bump layout version and add LazyPersist flag. (Contributed by Xiaoyu Yao and Arpit Agarwal) (arp: rev 486a76a39ba236072c2bb22af509a1ae8081093e) * hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt * hadoop-hdfs-project/hadoop-hdfs/src/test/resources/editsStored * hadoop-hdfs-project/hadoop-hdfs/src/test/resources/editsStored.xml HDFS-7071. Undo accidental commit of binary file editsStored. (arp: rev 8c9860f7c96322908f344d25ef31939739e7df9d) * hadoop-hdfs-project/hadoop-hdfs/src/test/resources/editsStored > Updated editsStored and editsStored.xml to bump layout version and add LazyPersist flag > --------------------------------------------------------------------------------------- > > Key: HDFS-7071 > URL: https://issues.apache.org/jira/browse/HDFS-7071 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: namenode > Affects Versions: HDFS-6581 > Reporter: Xiaoyu Yao > Assignee: Xiaoyu Yao > Fix For: HDFS-6581 > > Attachments: HDFS-7071.0.patch, HDFS-7071.02.patch, editsStored, editsStored > > > TestOfflineEditsViewer for Layz_Persist, and also need update for two reference version of editsStored (binary) and editsStored.xml in hadoop-hdfs/src/test/resources > The fix is to add > {code} > false > {code} > to editsStore.xml for AddClose OPs and then use the following command to generate the binary file editsStore. > {code} > hdfs oev -p binary -i editsStored.xml -o editStored > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)