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 5B535183AF for ; Sat, 16 Jan 2016 00:01:40 +0000 (UTC) Received: (qmail 90810 invoked by uid 500); 16 Jan 2016 00:01:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 90760 invoked by uid 500); 16 Jan 2016 00:01: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 90721 invoked by uid 99); 16 Jan 2016 00:01:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jan 2016 00:01:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D4EA22C1F5D for ; Sat, 16 Jan 2016 00:01:39 +0000 (UTC) Date: Sat, 16 Jan 2016 00:01:39 +0000 (UTC) From: "Hadoop QA (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=15102736#comment-15102736 ] Hadoop QA commented on HBASE-14962: ----------------------------------- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem || Runtime || Comment || | {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 4s {color} | {color:red} HBASE-14962 does not apply to master. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/latest/precommit-patchnames for help. {color} | \\ \\ || Subsystem || Report/Notes || | JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12782641/14962v2.patch | | JIRA Issue | HBASE-14962 | | Powered by | Apache Yetus 0.1.0 http://yetus.apache.org | | Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/153/console | This message was automatically generated. > 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)