Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 732D1200AE2 for ; Fri, 13 May 2016 03:53:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 71807160A10; Fri, 13 May 2016 01:53:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E1624160939 for ; Fri, 13 May 2016 03:53:13 +0200 (CEST) Received: (qmail 24988 invoked by uid 500); 13 May 2016 01:53:13 -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 24977 invoked by uid 99); 13 May 2016 01:53:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2016 01:53:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E4FDF2C14F8 for ; Fri, 13 May 2016 01:53:12 +0000 (UTC) Date: Fri, 13 May 2016 01:53:12 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15815) Region mover script sometimes reports stuck region where only one server was involved MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 13 May 2016 01:53:14 -0000 [ https://issues.apache.org/jira/browse/HBASE-15815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-15815: --------------------------- Attachment: 15815-branch-1.v2.txt > Region mover script sometimes reports stuck region where only one server was involved > ------------------------------------------------------------------------------------- > > Key: HBASE-15815 > URL: https://issues.apache.org/jira/browse/HBASE-15815 > Project: HBase > Issue Type: Bug > Affects Versions: 1.1.2 > Reporter: Ted Yu > Priority: Minor > Attachments: 15815-branch-1.v1.txt, 15815-branch-1.v2.txt > > > Sometimes we saw the following in output from region mover script: > {code} > 2016-05-11 01:38:21,187||INFO|3969|140086696048384|MainThread|2016-05-11 01:38:21,186 INFO [RubyThread-7: /.../current/hbase-client/bin/thread-pool.rb:28-EventThread] zookeeper.ClientCnxn: EventThread shut down > 2016-05-11 01:38:21,299||INFO|3969|140086696048384|MainThread|RuntimeError: Region stuck on hbase-5-2.osl,16020,1462930100540,, newserver=hbase-5-2.osl,16020,1462930100540 > {code} > There was only one server involved. > Since the name of region was not printed, it makes debugging hard to do. -- This message was sent by Atlassian JIRA (v6.3.4#6332)