Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F001CBE7 for ; Fri, 19 Dec 2014 06:33:14 +0000 (UTC) Received: (qmail 43929 invoked by uid 500); 19 Dec 2014 06:33:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 43881 invoked by uid 500); 19 Dec 2014 06:33:13 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 43870 invoked by uid 99); 19 Dec 2014 06:33:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2014 06:33:13 +0000 Date: Fri, 19 Dec 2014 06:33:13 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12715) getLastSequenceId always return -1 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/HBASE-12715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253037#comment-14253037 ] Hadoop QA commented on HBASE-12715: ----------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12688261/HBASE-12715_0.98_1.patch against master branch at commit d4365593783586201584d84bf536f6c7382cc5ac. ATTACHMENT ID: 12688261 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 4 new or modified tests. {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/12160//console This message is automatically generated. > getLastSequenceId always return -1 > ---------------------------------- > > Key: HBASE-12715 > URL: https://issues.apache.org/jira/browse/HBASE-12715 > Project: HBase > Issue Type: Bug > Components: wal > Affects Versions: 0.98.9 > Reporter: zhangduo > Assignee: zhangduo > Fix For: 1.0.0, 2.0.0, 0.98.10, 1.1.0 > > Attachments: HBASE-12715.patch, HBASE-12715_0.98.patch, HBASE-12715_0.98_1.patch, HBASE-12715_1.patch, HBASE-12715_1.patch, HBASE-12715_2.patch > > > When addressing HBASE-12405 I found that LastSequenceId.getLastSequenceId always returns -1, then I found that we use encodedRegionName when calling this method. But when we doing regionServerReport, we use regionName to report to HMaster(see the code in HRegionServer.createRegionLoad). > We need to fix this, as seems we will disable distributed log replay in 0.98 by default? -- This message was sent by Atlassian JIRA (v6.3.4#6332)