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 6FDD317717 for ; Sun, 17 Jan 2016 03:48:40 +0000 (UTC) Received: (qmail 60263 invoked by uid 500); 17 Jan 2016 03:48:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 60203 invoked by uid 500); 17 Jan 2016 03:48: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 60182 invoked by uid 99); 17 Jan 2016 03:48:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jan 2016 03:48:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E42DC2C14F7 for ; Sun, 17 Jan 2016 03:48:39 +0000 (UTC) Date: Sun, 17 Jan 2016 03:48:39 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=15103567#comment-15103567 ] Hudson commented on HBASE-14962: -------------------------------- FAILURE: Integrated in HBase-Trunk_matrix #639 (See [https://builds.apache.org/job/HBase-Trunk_matrix/639/]) HBASE-14962 TestSplitWalDataLoss fails on all branches (stack: rev 47fc696bc61e10386cf35644d95d2f45246d3269) * hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitWalDataLoss.java > 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)