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 4E11B1020A for ; Sat, 23 Nov 2013 02:07:36 +0000 (UTC) Received: (qmail 36751 invoked by uid 500); 23 Nov 2013 02:07:36 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 36715 invoked by uid 500); 23 Nov 2013 02:07:36 -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 36707 invoked by uid 99); 23 Nov 2013 02:07:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Nov 2013 02:07:36 +0000 Date: Sat, 23 Nov 2013 02:07:36 +0000 (UTC) From: "Jeffrey Zhong (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9736) Alow more than one log splitter per RS 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-9736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13830517#comment-13830517 ] Jeffrey Zhong commented on HBASE-9736: -------------------------------------- Thanks @Stack for the comments! I'll incorporate your comments after feedbacks from your test run. > Alow more than one log splitter per RS > -------------------------------------- > > Key: HBASE-9736 > URL: https://issues.apache.org/jira/browse/HBASE-9736 > Project: HBase > Issue Type: Improvement > Components: MTTR > Reporter: stack > Assignee: Jeffrey Zhong > Priority: Critical > Attachments: hbase-9736.patch > > > IIRC, this is an idea that came from the lads at Xiaomi. > I have a small cluster of 6 RSs and one went down. It had a few WALs. I see this in logs: > 2013-10-09 05:47:27,890 DEBUG org.apache.hadoop.hbase.master.SplitLogManager: total tasks = 25 unassigned = 21 > WAL splitting is held up for want of slots out on the cluster to split WALs. > We need to be careful we don't overwhelm the foreground regionservers but more splitters should help get all back online faster. -- This message was sent by Atlassian JIRA (v6.1#6144)