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 03002DF44 for ; Fri, 21 Dec 2012 16:55:15 +0000 (UTC) Received: (qmail 52381 invoked by uid 500); 21 Dec 2012 16:55:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 52307 invoked by uid 500); 21 Dec 2012 16:55:14 -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 52211 invoked by uid 99); 21 Dec 2012 16:55:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2012 16:55:14 +0000 Date: Fri, 21 Dec 2012 16:55:14 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7339) Splitting a hfilelink causes region servers to go down. 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-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13538208#comment-13538208 ] Jonathan Hsieh commented on HBASE-7339: --------------------------------------- commit currently blocked by test failures HBASE-7388, HBASE-7418. > Splitting a hfilelink causes region servers to go down. > ------------------------------------------------------- > > Key: HBASE-7339 > URL: https://issues.apache.org/jira/browse/HBASE-7339 > Project: HBase > Issue Type: Sub-task > Components: snapshots > Affects Versions: hbase-6055 > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > Priority: Blocker > Fix For: hbase-6055 > > Attachments: hbase-7339.patch, hbase-7339.v2.patch, pre-hbase-7339.patch, pre-hbase-7339.v2.patch > > > Steps: > - Have a single region table t with 15 hfiles in it. > - Snapshot it. (was done using online snapshot from HBASE-7321) > - Clone a snapshot to table t'. > - t' has its region do a post-open task that attempts to compact region. policy does not compact all files. (default seems to be 10) > - after compaction we have hfile links and real hfiles mixed in the region > - t' starts splitting > - creating split references, opening daughers fails > - hfile links are "split", creating hfile link daughter refs. {{<\-\->.}} > - these "split" hfile links are interpreted as hfile links with table {{
.}} -> {{<\->\-<
.>}} (groupings interpreted incorrectly) > - Since this is after the splitting PONR, this aborts the server. It then spreads to the next server. -- 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