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 914CB938E for ; Tue, 17 Jan 2012 20:02:55 +0000 (UTC) Received: (qmail 86040 invoked by uid 500); 17 Jan 2012 20:02:53 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 85921 invoked by uid 500); 17 Jan 2012 20:02:52 -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 85913 invoked by uid 99); 17 Jan 2012 20:02:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2012 20:02:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-tul01m020-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2012 20:02:47 +0000 Received: by obbta7 with SMTP id ta7so4121702obb.14 for ; Tue, 17 Jan 2012 12:02:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=+67VL3J4GoNz+1QYSiqA6kTzWpusaxfyjRF/Wn1YUd8=; b=ltreOp9ssToLidUyPUNMv/YmV9ewbvPxK11G3tcI/+qkEA6IJcNXzx80fI7OJjVVNv mpBYxaDSLTT2dWwdEmkC1OYyTO+E8D7NoVQ/3ddRgq0DY2IR40bFgMMguCRNQuTQyw0U XZcySJJnQti+lDuQttrZFx8rlXIw7aOEvIIQI= MIME-Version: 1.0 Received: by 10.182.11.41 with SMTP id n9mr16352385obb.24.1326830546959; Tue, 17 Jan 2012 12:02:26 -0800 (PST) Sender: saint.ack@gmail.com Received: by 10.182.246.99 with HTTP; Tue, 17 Jan 2012 12:02:26 -0800 (PST) In-Reply-To: <4F159185.80805@zfabrik.de> References: <4F159185.80805@zfabrik.de> Date: Tue, 17 Jan 2012 12:02:26 -0800 X-Google-Sender-Auth: 65eo3TjUCFHOqHJiQ0JjWPLDHKc Message-ID: Subject: Re: ROOT region not assigned From: Stack To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jan 17, 2012 at 7:19 AM, Henning Blohm wrote: > Hi, > > After an upgrade of hadoop and hbase (to 0.90.4-cdh3u2) from 0.90 hbase and > 0.20-append hadoop on a single node test installation everything worked fine > initially. > Would suggest you go to 0.90.5 while you are going about upgrades Henning. > Then there was some DNS changes and host name changes which resulted in a > lot "hostname cannot be resolved" problems in the logs and the > master web interface would only show a stack trace from a bad lookup > ("hostname can't be null"). > Did you scrub the zk data for this cluster? It was picking up old root location from zk? That might have helped. > Master Startup, Assigning ROOT region, 10050s > > i.e. it never continues. > Paste a bit of log Henning up in pastebin. St.Ack