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 EA5AE10C2D for ; Thu, 5 Dec 2013 18:32:35 +0000 (UTC) Received: (qmail 8705 invoked by uid 500); 5 Dec 2013 18:32:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 8624 invoked by uid 500); 5 Dec 2013 18:32:35 -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 8615 invoked by uid 99); 5 Dec 2013 18:32:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Dec 2013 18:32:35 +0000 Date: Thu, 5 Dec 2013 18:32:35 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10087) Store should be locked during a memstore snapshot 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-10087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13840378#comment-13840378 ] Lars Hofhansl commented on HBASE-10087: --------------------------------------- lgtm Are we sure we won't ever call this with the readlock held, would lead to an instance deadlock (rw lock does not support upgrading the lock). Asking because I see a lot of tests in that run that either did not run or did not finish. > Store should be locked during a memstore snapshot > ------------------------------------------------- > > Key: HBASE-10087 > URL: https://issues.apache.org/jira/browse/HBASE-10087 > Project: HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.98.0, 0.96.1, 0.94.14 > Reporter: Nicolas Liochon > Assignee: Nicolas Liochon > Fix For: 0.98.0, 0.96.1, 0.94.15 > > Attachments: 10079.v1.patch > > > regression from HBASE-9963, found while looking at HBASE-10079. -- This message was sent by Atlassian JIRA (v6.1#6144)