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 2D49F10530 for ; Wed, 11 Feb 2015 21:08:15 +0000 (UTC) Received: (qmail 14557 invoked by uid 500); 11 Feb 2015 21:08:15 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 14515 invoked by uid 500); 11 Feb 2015 21:08:15 -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 14362 invoked by uid 99); 11 Feb 2015 21:08:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2015 21:08:14 +0000 Date: Wed, 11 Feb 2015 21:08:14 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13018) WALSplitter should not try to get table states while splitting META 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-13018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14316985#comment-14316985 ] Hudson commented on HBASE-13018: -------------------------------- FAILURE: Integrated in HBase-TRUNK #6118 (See [https://builds.apache.org/job/HBase-TRUNK/6118/]) HBASE-13018 WALSplitter should not try to get table states while splitting META (Andrey Stepachev) (tedyu: rev 3dd220f8fdf6e34e11ffa309ff182172f6346091) * hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestDistributedLogSplitting.java * hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitter.java > WALSplitter should not try to get table states while splitting META > ------------------------------------------------------------------- > > Key: HBASE-13018 > URL: https://issues.apache.org/jira/browse/HBASE-13018 > Project: HBase > Issue Type: Improvement > Affects Versions: 2.0.0 > Reporter: Andrey Stepachev > Assignee: Andrey Stepachev > Priority: Critical > Fix For: 2.0.0 > > Attachments: HBASE-13018.patch > > > org.apache.hadoop.hbase.wal.WALSplitter#splitLogFile(org.apache.hadoop.fs.FileStatus, org.apache.hadoop.hbase.util.CancelableProgressable) gathering disabled tables and tries to access META. If given splitter splits meta it obviously will hang trying to get meta. -- This message was sent by Atlassian JIRA (v6.3.4#6332)