Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 53626115E5 for ; Sat, 20 Sep 2014 10:56:15 +0000 (UTC) Received: (qmail 34956 invoked by uid 500); 20 Sep 2014 10:56:08 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 34835 invoked by uid 500); 20 Sep 2014 10:56:08 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 34825 invoked by uid 99); 20 Sep 2014 10:56:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Sep 2014 10:56:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kawa.adam@gmail.com designates 209.85.223.178 as permitted sender) Received: from [209.85.223.178] (HELO mail-ie0-f178.google.com) (209.85.223.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Sep 2014 10:56:01 +0000 Received: by mail-ie0-f178.google.com with SMTP id at20so4908629iec.23 for ; Sat, 20 Sep 2014 03:55:40 -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=fF3fzUuiZB+EZ078FrcBYlZxKNwsSkt5UF/4EUyUwbM=; b=vtZNggn19d/CjNFKAE8nPQeSj2g3RIL9gYfMh+QakIdvmcCy2BfCmm+HwsdKh8yN2D Bet/dpahlWu6INUPLwpVkM91bzwaZxyBEXMmDF4KwkTPRu3g+LvXHqO4f+yXEUFaexIX DDQlxl9xnDFhgAlfq52bUazv4ajBwAHFDt/Sy112lfPge20mqVX4/AFdtCtCvCF2ZiKW WKdJZBwIr0FBu6AaS0Izi/MFqMLpxyyMTew7Rg74f/FYrn7Je0pBHA5zS+OI2yR6WjZh 2OznGvuKSfpRY7hJ0qQ4V4l0qwCUiArgxl3BV/Q8547SpzKboLgioTOmwwH5BHol0Xtu S+1Q== MIME-Version: 1.0 X-Received: by 10.50.18.69 with SMTP id u5mr2249684igd.19.1411210540498; Sat, 20 Sep 2014 03:55:40 -0700 (PDT) Received: by 10.43.88.195 with HTTP; Sat, 20 Sep 2014 03:55:40 -0700 (PDT) In-Reply-To: References: Date: Sat, 20 Sep 2014 12:55:40 +0200 Message-ID: Subject: Re: Start standby namenode using bootstrapStandby hangs From: Adam Kawa To: "user@hadoop.apache.org" Content-Type: multipart/alternative; boundary=089e014947b2f845bc05037d0e64 X-Virus-Checked: Checked by ClamAV on apache.org --089e014947b2f845bc05037d0e64 Content-Type: text/plain; charset=UTF-8 Hi, After throwing out above warning info, the execution of command hangs there > and did not throw any other warning/error messages any more. > Have you tried to use *jstack* to check what the NameNode is really doing (e.g. whether it's blocked or waiting for something). *$ sudo -u hdfs jstack -F $(pgrep -f namenode.NameNode).* --089e014947b2f845bc05037d0e64 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

After throwing out abov= e warning info, the execution of command hangs there and did not throw any = other warning/error messages any more.
Have you tried to use jstack to check what the NameNode= is really doing (e.g. whether it's blocked or waiting for something).<= /div>

$ sudo -u hdfs jstack -F $(pgrep -f name= node.NameNode).
--089e014947b2f845bc05037d0e64--