Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 35827 invoked from network); 13 May 2009 01:31:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 May 2009 01:31:08 -0000 Received: (qmail 87040 invoked by uid 500); 13 May 2009 01:31:07 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 86984 invoked by uid 500); 13 May 2009 01:31:07 -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 86974 invoked by uid 99); 13 May 2009 01:31:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 01:31:07 +0000 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; Wed, 13 May 2009 01:31:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9F983234C051 for ; Tue, 12 May 2009 18:30:45 -0700 (PDT) Message-ID: <474320030.1242178245652.JavaMail.jira@brutus> Date: Tue, 12 May 2009 18:30:45 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1413) fall back to filesystem block size default if hbase.regionserver.hlog.blocksize is not specified In-Reply-To: <1216985768.1242168285563.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-1413: ------------------------- Attachment: 1413-v2.patch What you think of this patch Andrew? Its your patch plus removal of the blocksize from hbase-default.xml. It adds logging on HLogs config. Should be once per HRS startup. Then, if we are taking a long time committing an edit, it prints out number of edits so far. This is useful figuring if every edit is taking a long time to go in or just the odd one. Also logs if an edit took > 1ms to go in. When we start seeing these messages, there is something up w/ our commit logs or with hdfs. Finally prints length of edit log when running split. > fall back to filesystem block size default if hbase.regionserver.hlog.blocksize is not specified > ------------------------------------------------------------------------------------------------ > > Key: HBASE-1413 > URL: https://issues.apache.org/jira/browse/HBASE-1413 > Project: Hadoop HBase > Issue Type: Task > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Priority: Minor > Fix For: 0.19.2, 0.20.0 > > Attachments: 1413-v2.patch, hbase-1413.patch > > > Fall back to filesystem block size default if hbase.regionserver.hlog.blocksize is not specified. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.