Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFF35104DE for ; Sun, 17 Nov 2013 00:17:23 +0000 (UTC) Received: (qmail 42433 invoked by uid 500); 17 Nov 2013 00:17:23 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 42396 invoked by uid 500); 17 Nov 2013 00:17:23 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 42355 invoked by uid 99); 17 Nov 2013 00:17:23 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Nov 2013 00:17:23 +0000 Date: Sun, 17 Nov 2013 00:17:23 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9949) Fix the race condition between Compaction and StoreScanner.init MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13824677#comment-13824677 ] Hudson commented on HBASE-9949: ------------------------------- SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #839 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/839/]) HBASE-9949 Fix the race condition between Compaction and StoreScanner.init (tedyu: rev 1542519) * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/util/InjectionEvent.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/util/InjectionHandler.java * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreScanner.java > Fix the race condition between Compaction and StoreScanner.init > --------------------------------------------------------------- > > Key: HBASE-9949 > URL: https://issues.apache.org/jira/browse/HBASE-9949 > Project: HBase > Issue Type: Bug > Components: Scanners > Affects Versions: 0.89-fb > Reporter: Manukranth Kolloju > Assignee: Manukranth Kolloju > Priority: Minor > Fix For: 0.89-fb, 0.98.0 > > Attachments: 9949-0.96.addendum, 9949-trunk-v1.txt, 9949-trunk-v2.txt, 9949-trunk-v3.txt > > Original Estimate: 48h > Remaining Estimate: 48h > > The StoreScanner constructor has multiple stages and there can be a race betwwen an ongoing compaction and the StoreScanner constructor where we might get the list of scanners before a compaction and seek on those scanners after the compaction. -- This message was sent by Atlassian JIRA (v6.1#6144)