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 ACD8810990 for ; Tue, 5 Nov 2013 20:00:19 +0000 (UTC) Received: (qmail 27606 invoked by uid 500); 5 Nov 2013 20:00:18 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 27572 invoked by uid 500); 5 Nov 2013 20:00:18 -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 27563 invoked by uid 99); 5 Nov 2013 20:00:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Nov 2013 20:00:18 +0000 Date: Tue, 5 Nov 2013 20:00:18 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HDFS-3752) BOOTSTRAPSTANDBY for new Standby node will not work just after saveNameSpace at ANN in case of BKJM 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-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon reassigned HDFS-3752: --------------------------------- Assignee: (was: Todd Lipcon) > BOOTSTRAPSTANDBY for new Standby node will not work just after saveNameSpace at ANN in case of BKJM > --------------------------------------------------------------------------------------------------- > > Key: HDFS-3752 > URL: https://issues.apache.org/jira/browse/HDFS-3752 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: ha > Affects Versions: 2.0.0-alpha > Reporter: Vinay > > 1. do {{saveNameSpace}} in ANN node by entering into safemode > 2. in another new node, install standby NN and do BOOTSTRAPSTANDBY > 3. Now StandBy NN will not able to copy the fsimage_txid from ANN > This is because, SNN not able to find the next txid (txid+1) in shared storage. > Just after {{saveNameSpace}} shared storage will have the new logsegment with only START_LOG_SEGEMENT edits op. > and BookKeeper will not be able to read last entry from inprogress ledger. -- This message was sent by Atlassian JIRA (v6.1#6144)