Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 42984 invoked from network); 14 Mar 2008 16:20:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2008 16:20:04 -0000 Received: (qmail 88109 invoked by uid 500); 14 Mar 2008 16:20:01 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 88026 invoked by uid 500); 14 Mar 2008 16:20:00 -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 87949 invoked by uid 99); 14 Mar 2008 16:20:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 09:20:00 -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 16:19:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4B072234C099 for ; Fri, 14 Mar 2008 09:18:24 -0700 (PDT) Message-ID: <264591990.1205511504306.JavaMail.jira@brutus> Date: Fri, 14 Mar 2008 09:18:24 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (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:all-tabpanel ] stack resolved HBASE-515. ------------------------- Resolution: Fixed Fix Version/s: 0.2.0 0.1.0 Agree simple stuff doesn't need review. Thanks for review anyways. Committed. > 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 > Fix For: 0.1.0, 0.2.0 > > 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.