Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 81126 invoked from network); 14 Mar 2008 03:47:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2008 03:47:01 -0000 Received: (qmail 44502 invoked by uid 500); 14 Mar 2008 03:46:58 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 44482 invoked by uid 500); 14 Mar 2008 03:46:58 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 44473 invoked by uid 99); 14 Mar 2008 03:46:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 20:46:58 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 03:46:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 55CCE234C09B for ; Thu, 13 Mar 2008 20:45:24 -0700 (PDT) Message-ID: <441090683.1205466324350.JavaMail.jira@brutus> Date: Thu, 13 Mar 2008 20:45:24 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-515) At least double default timeouts between regionserver and master In-Reply-To: <956954388.1205463924296.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578588#action_12578588 ] stack commented on HBASE-515: ----------------------------- Review please (its one line change) > At least double default timeouts between regionserver and master > ----------------------------------------------------------------- > > Key: HBASE-515 > URL: https://issues.apache.org/jira/browse/HBASE-515 > Project: Hadoop HBase > Issue Type: Improvement > Affects Versions: 0.1.0, 0.2.0, 0.16.0 > Reporter: stack > Priority: Blocker > Attachments: 515.patch > > > 501 added logging of how long we sleep at the end of the HRegionServer main run method before we send heartback back to the master. Last night during upload I saw this: > {code} > 2008-03-13 00:03:50,884 WARN org.apache.hadoop.hbase.util.Sleeper: We slept ten times longer than scheduled: 3000 > {code} > Above log has since been improved but its saying that we slept > 30 seconds, the default timeout on master/regionserver communications (When the lease expires, master starts giving regions to someone else and when this regionserver reports in, its told to close all its regions). > Server was under load from other processes but still...upload rate was not that rabid. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.