Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4848A10194 for ; Sat, 15 Feb 2014 00:16:42 +0000 (UTC) Received: (qmail 32277 invoked by uid 500); 15 Feb 2014 00:16:35 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 32182 invoked by uid 500); 15 Feb 2014 00:16:32 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 32047 invoked by uid 99); 15 Feb 2014 00:16:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Feb 2014 00:16:25 +0000 Date: Sat, 15 Feb 2014 00:16:25 +0000 (UTC) From: "stack (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-10545) RS Hangs waiting on region to close on shutdown; has to timeout before can go down MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 stack created HBASE-10545: ----------------------------- Summary: RS Hangs waiting on region to close on shutdown; has to timeout before can go down Key: HBASE-10545 URL: https://issues.apache.org/jira/browse/HBASE-10545 Project: HBase Issue Type: Bug Affects Versions: 0.98.0 Reporter: stack I am seeing cluster sometimes fails to go down hanging out waiting on close - it looks like it is waiting on hbase:meta that is the issue. I am running 0.98.0RC3 and hadoop-2.4.0-SNAPSHOT. Might be my setup. Filing this issue to keep an eye on this as I go. It looks like we are not calling close the region that is holding us up. Log is full of this: {code} 2014-02-14 16:07:21,095 DEBUG [regionserver60020] regionserver.HRegionServer: Waiting on 1588230740 {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)