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 35DA0D954 for ; Fri, 4 Jan 2013 23:16:14 +0000 (UTC) Received: (qmail 29749 invoked by uid 500); 4 Jan 2013 23:16:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 29696 invoked by uid 500); 4 Jan 2013 23:16: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 29644 invoked by uid 99); 4 Jan 2013 23:16:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 23:16:13 +0000 Date: Fri, 4 Jan 2013 23:16:12 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7496) TestZKProcedure fails interrmittently. 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-7496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13544342#comment-13544342 ] Jonathan Hsieh commented on HBASE-7496: --------------------------------------- millis between checking and max timeout millis were swapped in test case only. > TestZKProcedure fails interrmittently. > -------------------------------------- > > Key: HBASE-7496 > URL: https://issues.apache.org/jira/browse/HBASE-7496 > Project: HBase > Issue Type: Sub-task > Affects Versions: hbase-7290 > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > Fix For: hbase-7290 > > Attachments: hbase-7496.patch, pre-hbase-7496.patch > > > This was found in a routine CI run for > org.apache.hadoop.hbase.procedure.TestZKProcedure.testMultipleMembers > {code} > org.apache.hadoop.hbase.errorhandling.TimeoutException via timer-java.util.Timer@5d04e28b:org.apache.hadoop.hbase.errorhandling.TimeoutException: Timeout elapsed! Source:Timeout caused Foreign Exception Start:1357318701315, End:1357318701816, diff:501, max:500 ms > at org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher.rethrowException(ForeignExceptionDispatcher.java:84) > at org.apache.hadoop.hbase.procedure.Subprocedure.rethrowException(Subprocedure.java:137) > at org.apache.hadoop.hbase.procedure.Subprocedure.call(Subprocedure.java:169) > at org.apache.hadoop.hbase.procedure.Subprocedure$SubprocedureImpl.call(Subprocedure.java:314) > {code} > the 500ms is normally the time between checks -- and for some reason is now the timeout. (which is too short). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira