Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 71241 invoked from network); 7 Dec 2008 07:24:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2008 07:24:05 -0000 Received: (qmail 72880 invoked by uid 500); 7 Dec 2008 07:24:17 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 72859 invoked by uid 500); 7 Dec 2008 07:24:17 -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 72848 invoked by uid 99); 7 Dec 2008 07:24:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Dec 2008 23:24:17 -0800 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; Sun, 07 Dec 2008 07:22:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2FF64234C320 for ; Sat, 6 Dec 2008 23:23:44 -0800 (PST) Message-ID: <478308765.1228634624184.JavaMail.jira@brutus> Date: Sat, 6 Dec 2008 23:23:44 -0800 (PST) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-1048) HLog: Found 0 logs to remove out of total 1450; oldest outstanding seqnum is 162297053 fr om region -ROOT-,,0 In-Reply-To: <1956013632.1228437044204.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-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-1048. -------------------------- Resolution: Fixed > HLog: Found 0 logs to remove out of total 1450; oldest outstanding seqnum is 162297053 fr om region -ROOT-,,0 > ------------------------------------------------------------------------------------------------------------- > > Key: HBASE-1048 > URL: https://issues.apache.org/jira/browse/HBASE-1048 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > Fix For: 0.19.0 > > Attachments: 1048.patch > > > Above was in tim sell log just before it OOME'd. 1450 log files are going to mess us up. Need to clear them. Catalog tables should probably keep up the old optional flush or, if N commit logs, schedule a flush on the region with the oldest sequent number. > Bringing into 0.19.0. Gets in the way of our scaling. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.