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 C926418BF9 for ; Mon, 15 Jun 2015 20:37:00 +0000 (UTC) Received: (qmail 94282 invoked by uid 500); 15 Jun 2015 20:37:00 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 94238 invoked by uid 500); 15 Jun 2015 20:37:00 -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 94226 invoked by uid 99); 15 Jun 2015 20:37:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2015 20:37:00 +0000 Date: Mon, 15 Jun 2015 20:37:00 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13905) TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing failing consistently on branch-1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-13905?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D145= 86657#comment-14586657 ]=20 Nick Dimiduk commented on HBASE-13905: -------------------------------------- That patch allows this test to get further. It's now getting cut off by the= 30sec limit. > TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing failing consistent= ly on branch-1.1 > -------------------------------------------------------------------------= ---------------- > > Key: HBASE-13905 > URL: https://issues.apache.org/jira/browse/HBASE-13905 > Project: HBase > Issue Type: Bug > Components: regionserver, test > Affects Versions: 1.1.1 > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Priority: Critical > Fix For: 2.0.0, 1.0.2, 1.2.0, 1.1.1 > > Attachments: HBASE-13905.00.branch-1.1.patch, org.apache.hadoop.h= base.regionserver.TestRecoveredEdits-output.txt > > > {noformat} > $ JAVA_HOME=3D/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.79.x86_64 ../apache-m= aven-3.3.3/bin/mvn -PrunAllTests -DreuseForks=3Dfalse clean install -Dmaven= .test.redirectTestOutputToFile=3Dtrue -Dsurefire.rerunFailingTestsCount=3D4= -Dit.test=3DnoItTest > ... > org.apache.hadoop.hbase.regionserver.TestRecoveredEdits.testReplayWorksTh= oughLotsOfFlushing(org.apache.hadoop.hbase.regionserver.TestRecoveredEdits) > Run 1: TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing:124->veri= fyAllEditsMadeItIn:160 =C2=BB > Run 2: TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing:98 =C2=BB= IO The specified r... > Run 3: TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing:98 =C2=BB= IO The specified r... > Run 4: TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing:98 =C2=BB= IO The specified r... > Run 5: TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing:98 =C2=BB= IO The specified r... > {noformat} > The reruns failed because the test is not idempotent. Perhaps we should h= ave the test startup clean up it's workspace before starting. > {noformat} > -------------------------------------------------------------------------= ------ > Test set: org.apache.hadoop.hbase.regionserver.TestRecoveredEdits > -------------------------------------------------------------------------= ------ > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 33.894 se= c <<< FAILURE! - in org.apache.hadoop.hbase.regionserver.TestRecoveredEdits > testReplayWorksThoughLotsOfFlushing(org.apache.hadoop.hbase.regionserver.= TestRecoveredEdits) Time elapsed: 0 sec <<< ERROR! > java.io.IOException: The specified region already exists on disk: /grid/0= /hbase/hbase-server/target/test-data/0c8ee429-8588-41ab-8999-6754588cd4a6/d= ata/default/testReplayWorksThoughLotsOfFlushing/4823016d8fca70b25503ee07f4c= 6d79f > at org.apache.hadoop.hbase.regionserver.HRegionFileSystem.createR= egionOnFileSystem(HRegionFileSystem.java:877) > at org.apache.hadoop.hbase.regionserver.HRegion.createHRegion(HRe= gion.java:5923) > at org.apache.hadoop.hbase.regionserver.HRegion.createHRegion(HRe= gion.java:5894) > at org.apache.hadoop.hbase.regionserver.HRegion.createHRegion(HRe= gion.java:5869) > at org.apache.hadoop.hbase.regionserver.HRegion.createHRegion(HRe= gion.java:5951) > at org.apache.hadoop.hbase.regionserver.TestRecoveredEdits.testRe= playWorksThoughLotsOfFlushing(TestRecoveredEdits.java:98) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)