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 2E62A98EA for ; Thu, 3 Jan 2013 00:44:14 +0000 (UTC) Received: (qmail 72995 invoked by uid 500); 3 Jan 2013 00:44:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 72930 invoked by uid 500); 3 Jan 2013 00:44:12 -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 72824 invoked by uid 99); 3 Jan 2013 00:44:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2013 00:44:12 +0000 Date: Thu, 3 Jan 2013 00:44:12 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HBASE-7455) Increase timeouts in TestReplication and TestSplitLogWorker 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-7455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans reassigned HBASE-7455: ----------------------------------------- Assignee: Lars Hofhansl > Increase timeouts in TestReplication and TestSplitLogWorker > ----------------------------------------------------------- > > Key: HBASE-7455 > URL: https://issues.apache.org/jira/browse/HBASE-7455 > Project: HBase > Issue Type: Bug > Reporter: Lars Hofhansl > Assignee: Lars Hofhansl > Fix For: 0.96.0, 0.94.4 > > Attachments: 7455-0.94.txt, 7455-0.96.txt > > > When I measure the times in TestReplication.queueFailover, it takes about 15s on my (reasonably fast) Laptop. > The timeout in queueFailover currently is 1500*2*15 = 45000ms. > For setup before each test (which truncates the table and waits for the changes to replicate) it is 1500*15 = 22500ms. > Interestingly I see queueFailover failures where the wait time is measured as 64260ms and some at 72316ms. > Since these numbers are not even close to 45000ms, the machine or JVM must have been stuck for 15 or almost 30s (otherwise we'd get a timeout and the total time spent should be close to the timeout). > So I would suggest that we increase the timeouts further. > We could set SLEEP_TIME to 2000 and retries to 20. Would lead to 2000*2*20 = 80000ms. > Any objections? -- 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