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 2CBF5189A2 for ; Thu, 2 Jul 2015 02:29:05 +0000 (UTC) Received: (qmail 22246 invoked by uid 500); 2 Jul 2015 02:29:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 22189 invoked by uid 500); 2 Jul 2015 02:29:05 -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 22174 invoked by uid 99); 2 Jul 2015 02:29:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2015 02:29:04 +0000 Date: Thu, 2 Jul 2015 02:29:04 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13895) DATALOSS: Region assigned before WAL replay when abort 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-13895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14611349#comment-14611349 ] Enis Soztutar commented on HBASE-13895: --------------------------------------- bq. What I applied to master. Does not have the TestAssignmentManager test additions (there is no TAM in master) and it also adds constructor that takes a Configuration to WALPlayer (needed by Search). master patch also does not contain the actual fix? There are no changes in AM. Also did you push the changes? > DATALOSS: Region assigned before WAL replay when abort > ------------------------------------------------------ > > Key: HBASE-13895 > URL: https://issues.apache.org/jira/browse/HBASE-13895 > Project: HBase > Issue Type: Bug > Affects Versions: 1.2.0 > Reporter: stack > Assignee: stack > Priority: Critical > Fix For: 2.0.0, 1.2.0, 1.1.2, 1.3.0 > > Attachments: 13895.master.patch, hbase-13895_addendum.patch, hbase-13895_v1-branch-1.1.patch > > > Opening a place holder till finish analysis. > I have dataloss running ITBLL at 3B (testing HBASE-13877). Most obvious culprit is the double-assignment that I can see. -- This message was sent by Atlassian JIRA (v6.3.4#6332)