Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 49979 invoked from network); 9 Apr 2008 04:14:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2008 04:14:11 -0000 Received: (qmail 72683 invoked by uid 500); 9 Apr 2008 04:14:10 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 72661 invoked by uid 500); 9 Apr 2008 04:14:10 -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 72651 invoked by uid 99); 9 Apr 2008 04:14:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 21:14:10 -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; Wed, 09 Apr 2008 04:13:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 17C61234C0C5 for ; Tue, 8 Apr 2008 21:11:25 -0700 (PDT) Message-ID: <990370494.1207714285096.JavaMail.jira@brutus> Date: Tue, 8 Apr 2008 21:11:25 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-532) Odd interaction between HRegion.get, HRegion.deleteAll and compactions In-Reply-To: <1923193160.1205904864517.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-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587044#action_12587044 ] stack commented on HBASE-532: ----------------------------- There is a hole in our memcache. On flush, the flusher asks the Memcache for the snapshot to persist. Memcache hands it over and then zeros out the snapshot. Flusher goes to work but any subsequent gets will not see what was in snapshot until flusher finishes. Scanners taken out after the flush starts will never see the edits. > Odd interaction between HRegion.get, HRegion.deleteAll and compactions > ---------------------------------------------------------------------- > > Key: HBASE-532 > URL: https://issues.apache.org/jira/browse/HBASE-532 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.2.0, 0.1.1 > Reporter: Jim Kellerman > Assignee: stack > Fix For: 0.2.0, 0.1.2 > > > If you apply the patch for HBASE-483 to the 0.1 branch and comment out lines 309 and 315 of MetaUtils.java (which force compactions of the root and meta regions respectively), TestMergeTool fails. Why forcing compactions makes the test succeed is a mystery to me. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.