Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 9379 invoked from network); 21 Apr 2008 20:42:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Apr 2008 20:42:44 -0000 Received: (qmail 13057 invoked by uid 500); 21 Apr 2008 20:42:45 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 13044 invoked by uid 500); 21 Apr 2008 20:42:45 -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 13035 invoked by uid 99); 21 Apr 2008 20:42:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Apr 2008 13:42:45 -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; Mon, 21 Apr 2008 20:42:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5B7C7234C0EA for ; Mon, 21 Apr 2008 13:39:22 -0700 (PDT) Message-ID: <1948411266.1208810362373.JavaMail.jira@brutus> Date: Mon, 21 Apr 2008 13:39:22 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-586) HRegion runs HStore memcache snapshotting -- fix it so only HStore knows about workings of memcache In-Reply-To: <26386929.1208391081507.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-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-586: ------------------------ Attachment: 586-v3.patch This version is like v2 but I did more clean up of logging messages adding method to FSUtils that will return a path minus the Filesystem instance qualifier. > HRegion runs HStore memcache snapshotting -- fix it so only HStore knows about workings of memcache > --------------------------------------------------------------------------------------------------- > > Key: HBASE-586 > URL: https://issues.apache.org/jira/browse/HBASE-586 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > Assignee: stack > Priority: Critical > Fix For: 0.2.0 > > Attachments: 586-v2.patch, 586-v3.patch, 586.patch > > > HRegion needs to keep count of memcache sizes. Currently its trying to run the memcaches snapshots so it can keep up this number. HRegion should know nothing about no memcache snapshotting -- should be internal to flushing ... especially since HBASE-532 fix. HRegion can ask for store sizes.... Add that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.