You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Peter Haidinyak <ph...@local.com> on 2011/04/20 19:03:14 UTC

Restarting a Region Server

Hi,
   I just bounced a region server. How do I start just this one region server and make sure it rejoins the cluster?

Thanks

-Pete

RE: Restarting a Region Server

Posted by Peter Haidinyak <ph...@local.com>.
Thanks

-Pete

-----Original Message-----
From: saint.ack@gmail.com [mailto:saint.ack@gmail.com] On Behalf Of Stack
Sent: Wednesday, April 20, 2011 10:23 AM
To: user@hbase.apache.org
Subject: Re: Restarting a Region Server

On the host that is carrying the regionserver do:

  ./bin/hbase-daemon.sh stop regionserver

Then start it again.

Or, since 0.90.2, see bin/graceful_stop.sh.  It will let you do a
gradual decommission optionally restarting the regionserver after the
regions have been gently offloaded and then optionally again after the
server comes back, moving its old region burden back on to the
regionserver to preserve locality.  See
http://hbase.apache.org/book.html#decommission for more.

St.Ack



On Wed, Apr 20, 2011 at 10:03 AM, Peter Haidinyak <ph...@local.com> wrote:
> Hi,
>   I just bounced a region server. How do I start just this one region server and make sure it rejoins the cluster?
>
> Thanks
>
> -Pete
>

Re: Restarting a Region Server

Posted by Stack <st...@duboce.net>.
On the host that is carrying the regionserver do:

  ./bin/hbase-daemon.sh stop regionserver

Then start it again.

Or, since 0.90.2, see bin/graceful_stop.sh.  It will let you do a
gradual decommission optionally restarting the regionserver after the
regions have been gently offloaded and then optionally again after the
server comes back, moving its old region burden back on to the
regionserver to preserve locality.  See
http://hbase.apache.org/book.html#decommission for more.

St.Ack



On Wed, Apr 20, 2011 at 10:03 AM, Peter Haidinyak <ph...@local.com> wrote:
> Hi,
>   I just bounced a region server. How do I start just this one region server and make sure it rejoins the cluster?
>
> Thanks
>
> -Pete
>