Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B4FE21887D for ; Mon, 7 Sep 2015 20:45:46 +0000 (UTC) Received: (qmail 11112 invoked by uid 500); 7 Sep 2015 20:45:44 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 11041 invoked by uid 500); 7 Sep 2015 20:45:44 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 11027 invoked by uid 99); 7 Sep 2015 20:45:44 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2015 20:45:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id EB1F8C1F5F for ; Mon, 7 Sep 2015 20:45:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id zdxHugvzczmO for ; Mon, 7 Sep 2015 20:45:43 +0000 (UTC) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id E085220489 for ; Mon, 7 Sep 2015 20:45:42 +0000 (UTC) Received: by wicgb1 with SMTP id gb1so56402542wic.1 for ; Mon, 07 Sep 2015 13:45:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=FZmyJLCETmhGaZUd7QKSV7LGUEuRsV1nGAhgjgNSgcw=; b=vA+aEfYJ5GYsTIk2qvEbTw4VeaK8mbVczggspZWt19nzs1PiRrxH5foMR8TM2w7fGR TK5XvDW2gQ60I18LGMP/j72fkzB+pnxWlOjvhyCmV95DqfPhSwUcHUUj+R4m5pJUmAB2 CGq3AbETJ2ZxQOqEYvtTVhZUQ528i1HjxaDqFhwo6470OHG35sYijNgS9uZJqWuqKTh/ fwKgIHssIVONlB6VJWlBFPlgEiyG/lFoUXxFE+n3j9Thw2pMYo3DW2YiTZUZ3J8Foi/P q8+lgiAoiZqjcNr9CjDrjGVWgyPxjtKL55ukh7ujOY6CvhblI1vFgJ+Jf8lTJ1n48PKV 2D2g== MIME-Version: 1.0 X-Received: by 10.194.114.37 with SMTP id jd5mr38110114wjb.34.1441658734918; Mon, 07 Sep 2015 13:45:34 -0700 (PDT) Received: by 10.194.86.166 with HTTP; Mon, 7 Sep 2015 13:45:34 -0700 (PDT) In-Reply-To: References: Date: Mon, 7 Sep 2015 16:45:34 -0400 Message-ID: Subject: Re: regions stuck in transition From: Hbase Janitor To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=001a1130cd1ac840a9051f2e5443 --001a1130cd1ac840a9051f2e5443 Content-Type: text/plain; charset=UTF-8 I'm checking now, but I think there was some kind of network problem during the time. I was also asking for future reference =-) On Mon, Sep 7, 2015 at 4:42 PM, Ted Yu wrote: > For the region with corrupt hfile, regardless how many times it is > attempted to be opened, failure to open would result, right ? > > > > > On Sep 7, 2015, at 1:36 PM, Hbase Janitor > wrote: > > > > Is there any way to make region in transition try again if the initial > try > > failed? > > > > On Mon, Sep 7, 2015 at 3:22 PM, Hbase Janitor > > wrote: > > > >> looks like I have a corrupt hfile, probably related to the replication > >> problems i'm having now. > >> > >> Thanks for the help! > >> > >>> On Mon, Sep 7, 2015 at 3:16 PM, Ted Yu wrote: > >>> > >>> After timeout, the master would re-assign those regions. > >>> > >>> Can you check region server log to see why region open failed ? > >>> Was there any HFile which couldn't be opened ? > >>> > >>> Pastebinning log snippet if needed. > >>> > >>> Cheers > >>> > >>> On Mon, Sep 7, 2015 at 11:24 AM, Hbase Janitor > > >>> wrote: > >>> > >>>> Hi, > >>>> > >>>> I have another problem, on my hbase 1.0 cluster I have a lot of > regions > >>>> that seem to be stuck in transition. I saw a exception attempting to > >>>> connect to zookeeper around the time they were hung. > >>>> > >>>> Is there a way to force them to retry? > >> > >> > --001a1130cd1ac840a9051f2e5443--