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 260A4D7BF for ; Thu, 31 Jan 2013 21:37:15 +0000 (UTC) Received: (qmail 93240 invoked by uid 500); 31 Jan 2013 21:37:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 93195 invoked by uid 500); 31 Jan 2013 21:37:13 -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 93136 invoked by uid 99); 31 Jan 2013 21:37:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2013 21:37:13 +0000 Date: Thu, 31 Jan 2013 21:37:13 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HBASE-7733) Fix flaky TestZKProcedure.testMultiCohortWithMemberTimeoutDuringPrepare 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-7733?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hsieh reassigned HBASE-7733: ------------------------------------- Assignee: Jonathan Hsieh =20 > Fix flaky TestZKProcedure.testMultiCohortWithMemberTimeoutDuringPrepare > ----------------------------------------------------------------------- > > Key: HBASE-7733 > URL: https://issues.apache.org/jira/browse/HBASE-7733 > Project: HBase > Issue Type: Sub-task > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > > Sometimes this test fails with this error message: > {code} > Wanted but not invoked: procedure.sendGlobalBarrierComplete(); -> at org= .apache.hadoop.hbase.procedure.TestZKProcedure.waitAndVerifyProc(TestZKProc= edure.java:344) However, there were other interactions with this mock: -> = at org.apache.hadoop.hbase.procedure.TestZKProcedure.testMultiCohortWithMem= berTimeoutDuringPrepare(TestZKProcedure.java:306) -> at org.apache.hadoop.h= base.procedure.TestZKProcedure.testMultiCohortWithMemberTimeoutDuringPrepar= e(TestZKProcedure.java:311) -> at org.apache.hadoop.hbase.procedure.Procedu= re.call(Procedure.java:205) -> at org.apache.hadoop.hbase.procedure.Procedu= re.call(Procedure.java:205) -> at org.apache.hadoop.hbase.procedure.Procedu= reCoordinator.memberAcquiredBarrier(ProcedureCoordinator.java:228) -> at or= g.apache.hadoop.hbase.procedure.ProcedureCoordinator.memberAcquiredBarrier(= ProcedureCoordinator.java:228) -> at org.apache.hadoop.hbase.procedure.Proc= edureCoordinator.abortProcedure(ProcedureCoordinator.java:183) -> at org.ap= ache.hadoop.hbase.procedure.TestZKProcedure.waitAndVerifyProc(TestZKProcedu= re.java:337)=20 > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira