Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFA4B105BC for ; Tue, 19 Nov 2013 18:03:36 +0000 (UTC) Received: (qmail 34309 invoked by uid 500); 19 Nov 2013 18:03:29 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 34198 invoked by uid 500); 19 Nov 2013 18:03:26 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 34117 invoked by uid 99); 19 Nov 2013 18:03:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Nov 2013 18:03:22 +0000 Date: Tue, 19 Nov 2013 18:03:22 +0000 (UTC) From: "Himanshu Vashishtha (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-10004) Some fixes for scoping sequence Ids to region level MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Himanshu Vashishtha created HBASE-10004: ------------------------------------------- Summary: Some fixes for scoping sequence Ids to region level Key: HBASE-10004 URL: https://issues.apache.org/jira/browse/HBASE-10004 Project: HBase Issue Type: Bug Components: wal Affects Versions: 0.98.0 Reporter: Himanshu Vashishtha Assignee: Himanshu Vashishtha Fix For: 0.98.0 While looking at trunk, I figured out some issues related to fix provided in HBASE-8741. This jira is to fix them: 1) Not so helpful log message in FSHLog#getFileNumFromFileName. 2) HLogPE verify method, the region:sequenceId map was not getting updated. 3) reverse use of assertEquals arguments in TestHLog#testFindMemStoresEligibleForFlush. -- This message was sent by Atlassian JIRA (v6.1#6144)