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 EEA4B10D2A for ; Wed, 9 Apr 2014 14:14:48 +0000 (UTC) Received: (qmail 86544 invoked by uid 500); 9 Apr 2014 14:14:45 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 85938 invoked by uid 500); 9 Apr 2014 14:14: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 85929 invoked by uid 99); 9 Apr 2014 14:14:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2014 14:14:41 +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 (nike.apache.org: domain of ruralhunter@gmail.com designates 209.85.160.42 as permitted sender) Received: from [209.85.160.42] (HELO mail-pb0-f42.google.com) (209.85.160.42) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2014 14:14:35 +0000 Received: by mail-pb0-f42.google.com with SMTP id rr13so2595252pbb.1 for ; Wed, 09 Apr 2014 07:14:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=8WJ1yRcWjyX9CsZ7A4xe1vHC4YbMuI5HaNrQ4em4lHc=; b=vFeyTQM1IGwqWxN0zCCA+GzlQ8Mkpk9QuEh2W74040Y16DWGNgCUyZI3kQsNGQgYHH WJ0h7+gPY14GIE9CadKgyC9a7vdB/wUfkHiWoEE8A/Ulvo2UNQEGglTimycN+Qc5GE6D PX3SSuuMkTDuW1JMdLqNWaerD1g/VY+oIcKslrMryJWvK066O3RU0kS4aRkAyvhMfwDI UcFG5g00J7Ln3d/itWqerHhOspcl6hU+QFtXf1o0bFxwhv4zlABeoKlgsLnwFNDxs61A e7WHegxKHkTqk+C0Nd8ArRsyuFVqEubtR2WIgqae/xnX+Z6LL4JkWpZCa2R0a73cobxw b11A== X-Received: by 10.68.202.165 with SMTP id kj5mr1098590pbc.158.1397052853183; Wed, 09 Apr 2014 07:14:13 -0700 (PDT) Received: from [192.168.11.2] ([180.164.240.158]) by mx.google.com with ESMTPSA id j3sm2847913pbh.38.2014.04.09.07.14.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Apr 2014 07:14:12 -0700 (PDT) Message-ID: <534555B5.2000901@gmail.com> Date: Wed, 09 Apr 2014 22:14:13 +0800 From: Rural Hunter User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: user@hbase.apache.org Subject: Re: hbase region server reboot steps References: <534551E0.30703@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks. What if I'm not able to login the region server(both ssh and local)? I have to reboot and check the server because of this serious problem. 于 2014/4/9 22:01, Ted Yu 写道: > You can use bin/graceful_stop.sh to stop the region server process. > > # Move regions off a server then stop it. Optionally restart and reload. > # Turn off the balancer before running this script. > > After that, you can stop hadoop (datanode, etc) > >