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 9D2929A27 for ; Thu, 16 Feb 2012 18:11:29 +0000 (UTC) Received: (qmail 47126 invoked by uid 500); 16 Feb 2012 18:11:29 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 47091 invoked by uid 500); 16 Feb 2012 18:11: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 47081 invoked by uid 99); 16 Feb 2012 18:11:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 18:11:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 18:11:25 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id EFBEC1BB028 for ; Thu, 16 Feb 2012 18:11:04 +0000 (UTC) Date: Thu, 16 Feb 2012 18:11:04 +0000 (UTC) From: "Aaron T. Myers (Commented) (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <765520102.47055.1329415864983.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1405318268.43317.1329346919799.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-2955) HA: IllegalStateException during standby startup in getCurSegmentTxId 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-2955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209559#comment-13209559 ] Aaron T. Myers commented on HDFS-2955: -------------------------------------- bq. @aaron - can you please add the test - which should have been part of HDFS-2943. HDFS-2943 was done on trunk/0.23, where there is no Standby NN. bq. I believe this patch is good to go without tests, because it is a simple change. The patch outputs the wrong value for the metric in the case of the standby NN. Since there are no tests, I only discovered this upon manual inspection. > HA: IllegalStateException during standby startup in getCurSegmentTxId > --------------------------------------------------------------------- > > Key: HDFS-2955 > URL: https://issues.apache.org/jira/browse/HDFS-2955 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: ha, name-node > Affects Versions: HA branch (HDFS-1623) > Reporter: Hari Mankude > Assignee: Hari Mankude > Attachments: HDFS-2955-HDFS-1623.patch, HDFS-2955-HDFS-1623.patch > > > During standby restarts, a new routine getTransactionsSinceLastLogRoll() has been introduced for metrics which is calling getCurSegmentTxId(). checkstate() in getCurSegmentTxId() assumes that log is opened for writing and this is not the case in standby. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira