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 EDB7BD299 for ; Fri, 5 Oct 2012 00:37:55 +0000 (UTC) Received: (qmail 11407 invoked by uid 500); 5 Oct 2012 00:37:55 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 11369 invoked by uid 500); 5 Oct 2012 00:37:55 -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 11358 invoked by uid 99); 5 Oct 2012 00:37:55 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 00:37:55 +0000 Date: Fri, 5 Oct 2012 11:37:55 +1100 (NCT) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <1148385304.3218.1349397475701.JavaMail.jiratomcat@arcas> In-Reply-To: <1384780803.8692.1346188627782.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-6679) RegionServer aborts due to race between compaction and split 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-6679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469884#comment-13469884 ] Hudson commented on HBASE-6679: ------------------------------- Integrated in HBase-0.94-security-on-Hadoop-23 #8 (See [https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/8/]) HBASE-6679 RegionServer aborts due to race between compaction and split (Revision 1390783) Result = FAILURE stack : Files : * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/Store.java > RegionServer aborts due to race between compaction and split > ------------------------------------------------------------ > > Key: HBASE-6679 > URL: https://issues.apache.org/jira/browse/HBASE-6679 > Project: HBase > Issue Type: Bug > Reporter: Devaraj Das > Assignee: Devaraj Das > Fix For: 0.92.3, 0.94.2, 0.96.0 > > Attachments: 6679-1.094.patch, 6679-1.patch, rs-crash-parallel-compact-split.log > > > In our nightlies, we have seen RS aborts due to compaction and split racing. Original parent file gets deleted after the compaction, and hence, the daughters don't find the parent data file. The RS kills itself when this happens. Will attach a snippet of the relevant RS logs. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira