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 6B43518D49 for ; Tue, 17 Nov 2015 22:50:11 +0000 (UTC) Received: (qmail 26789 invoked by uid 500); 17 Nov 2015 22:50:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 26738 invoked by uid 500); 17 Nov 2015 22:50:11 -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 26726 invoked by uid 99); 17 Nov 2015 22:50:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2015 22:50:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F317A2C1F6A for ; Tue, 17 Nov 2015 22:50:10 +0000 (UTC) Date: Tue, 17 Nov 2015 22:50:10 +0000 (UTC) From: "Clara Xiong (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-14820) Region becomes unavailable after a region split is rolled back 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-14820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clara Xiong updated HBASE-14820: -------------------------------- Attachment: HBSE-14820-hmaster.log > Region becomes unavailable after a region split is rolled back > -------------------------------------------------------------- > > Key: HBASE-14820 > URL: https://issues.apache.org/jira/browse/HBASE-14820 > Project: HBase > Issue Type: Bug > Components: master, regionserver > Affects Versions: 0.98.15 > Reporter: Clara Xiong > Attachments: HBASE-14820-RegionServer.log, HBSE-14820-hmaster.log > > > After the region server rolls back a timed out attempt of region split, the region becomes unavailable. > Symptoms: > The RS displays the region open in the web UI. > The meta table still points to the RS > Requests for the regions receive a NotServingRegionException. > hbck reports 0 inconsistencies. > Moving the region fails. > Restarting the region server fixes the problem. > We have see multiple occurrences which require operation intervention. -- This message was sent by Atlassian JIRA (v6.3.4#6332)