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 B2C9C1831B for ; Fri, 15 Jan 2016 23:50:40 +0000 (UTC) Received: (qmail 75536 invoked by uid 500); 15 Jan 2016 23:50:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 75432 invoked by uid 500); 15 Jan 2016 23:50:40 -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 75307 invoked by uid 99); 15 Jan 2016 23:50:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2016 23:50:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0799D2C1F69 for ; Fri, 15 Jan 2016 23:50:40 +0000 (UTC) Date: Fri, 15 Jan 2016 23:50:40 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-14962) TestSplitWalDataLoss fails on all branches 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-14962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-14962: -------------------------- Attachment: 14962v2.patch Bug in first patch. This version seems to be running fine. Will let it run a while and then report back. > TestSplitWalDataLoss fails on all branches > ------------------------------------------ > > Key: HBASE-14962 > URL: https://issues.apache.org/jira/browse/HBASE-14962 > Project: HBase > Issue Type: Sub-task > Reporter: Elliott Clark > Assignee: stack > Priority: Blocker > Fix For: 2.0.0, 1.2.0, 1.3.0 > > Attachments: 14962.patch, 14962v2.patch, org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss-output.txt, org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss-output.txt > > > With some regularity I am seeing: > {code} > org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: TestSplitWalDataLoss:dataloss: 1 time, > at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:228) > at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$1800(AsyncProcess.java:208) > at org.apache.hadoop.hbase.client.AsyncProcess.waitForAllPreviousOpsAndReset(AsyncProcess.java:1712) > at org.apache.hadoop.hbase.client.BufferedMutatorImpl.backgroundFlushCommits(BufferedMutatorImpl.java:240) > at org.apache.hadoop.hbase.client.BufferedMutatorImpl.flush(BufferedMutatorImpl.java:190) > at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:1430) > at org.apache.hadoop.hbase.client.HTable.put(HTable.java:1021) > at org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss.test(TestSplitWalDataLoss.java:121) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)