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 312A718114 for ; Fri, 17 Jul 2015 17:18:05 +0000 (UTC) Received: (qmail 88346 invoked by uid 500); 17 Jul 2015 17:18:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 88305 invoked by uid 500); 17 Jul 2015 17:18: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 88129 invoked by uid 99); 17 Jul 2015 17:18:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2015 17:18:04 +0000 Date: Fri, 17 Jul 2015 17:18:04 +0000 (UTC) From: "Stephen Yuan Jiang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14106) TestProcedureRecovery is flaky 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-14106?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D146= 31611#comment-14631611 ]=20 Stephen Yuan Jiang commented on HBASE-14106: -------------------------------------------- The "org.apache.hadoop.hbase.master.procedure.TestWALProcedureStoreOnHDFS.t= estWalRollOnLowReplication" test failure is very likely NOT related to this= change. =20 {noformat} - Caused by: org.apache.hadoop.ipc.RemoteException: File /test-logs/state-0= 0000000000000000013.log could only be replicated to 2 nodes instead of minR= eplication (=3D3). There are 3 datanode(s) running and 3 node(s) are exclu= ded in this operation. {noformat} However, this test is for covering the low data nodes scenario (the failure= situation). So we have another flaky test to fix. =20 > TestProcedureRecovery is flaky > ------------------------------ > > Key: HBASE-14106 > URL: https://issues.apache.org/jira/browse/HBASE-14106 > Project: HBase > Issue Type: Bug > Components: proc-v2, test > Affects Versions: 2.0.0, 1.2.0, 1.1.0.1 > Reporter: Andrew Purtell > Assignee: Matteo Bertozzi > Fix For: 2.0.0, 1.2.0, 1.1.2 > > Attachments: HBASE-14106-v0.patch > > > Encountered this when running master tests locally using 7u79: > {noformat} > Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.28 sec= <<< FAILURE! - in org.apache.hadoop.hbase.procedure2.TestProcedureRecovery > testRunningProcWithSameNonce(org.apache.hadoop.hbase.procedure2.TestProce= dureRecovery) Time elapsed: 0.318 sec <<< ERROR! > java.lang.IllegalArgumentException: null > =09at com.google.common.base.Preconditions.checkArgument(Preconditions.ja= va:76) > =09at org.apache.hadoop.hbase.procedure2.ProcedureExecutor.submitProcedur= e(ProcedureExecutor.java:595) > =09at org.apache.hadoop.hbase.procedure2.ProcedureTestingUtility.submitAn= dWait(ProcedureTestingUtility.java:137) > =09at org.apache.hadoop.hbase.procedure2.TestProcedureRecovery.testRunnin= gProcWithSameNonce(TestProcedureRecovery.java:321) > {noformat} > {noformat} > Flaked tests:=20 > org.apache.hadoop.hbase.procedure2.TestProcedureRecovery.testRunningProcW= ithSameNonce(org.apache.hadoop.hbase.procedure2.TestProcedureRecovery) > Run 1: TestProcedureRecovery.testRunningProcWithSameNonce:321 =C2=BB Il= legalArgument > Run 2: PASS > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)