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 2777310144 for ; Thu, 29 May 2014 16:12:13 +0000 (UTC) Received: (qmail 76455 invoked by uid 500); 29 May 2014 16:11:49 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 76387 invoked by uid 500); 29 May 2014 16:11:49 -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 76379 invoked by uid 99); 29 May 2014 16:11:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2014 16:11:49 +0000 X-ASF-Spam-Status: No, hits=0.9 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of phobos182@gmail.com designates 209.85.160.43 as permitted sender) Received: from [209.85.160.43] (HELO mail-pb0-f43.google.com) (209.85.160.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2014 16:11:44 +0000 Received: by mail-pb0-f43.google.com with SMTP id up15so614665pbc.2 for ; Thu, 29 May 2014 09:11:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:from:content-type:in-reply-to:message-id:date:to :content-transfer-encoding:mime-version; bh=ZeiEBGU95o7selZ7FKuPf/1JirTJ2CQbHEq05E+c1rM=; b=zgjIrcEjtlM9XRbEFdbtiWwDGsPuPqJRnFVztrgEnKCHduMFq5KrFX93ke1UwqZw78 WR6GzBFFsihSMOOAzQ4z4WRrhI9FXZhnC4/mzbB2xesN/A/Y4SI7QIKhRj/n5v5b4avt hnIAzq9kI9CiXi5i7SPdSIKXaVv5cLsOjASYACeV6pG+ZDJqkEg06L5+nrTZicoRLhOj aKeyYvidvVpzT61+LOVwGorj2Sd9m4eDSY7cHVG52/yJ3LPZ/TzogKFAu8fI1+KbDQki noDfmtAaozZtn9zMqaeHNmTuof047rVKqGVJrCwww3Tj4Ls4/PCWCaXjuPrFWi2Jp7ZZ 7RXg== X-Received: by 10.66.190.232 with SMTP id gt8mr10066196pac.25.1401379883948; Thu, 29 May 2014 09:11:23 -0700 (PDT) Received: from [10.173.99.69] (mobile-198-228-214-024.mycingular.net. [198.228.214.24]) by mx.google.com with ESMTPSA id rx10sm5054740pab.48.2014.05.29.09.11.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 29 May 2014 09:11:23 -0700 (PDT) Subject: Re: Full stack rolling restart References: <1401345461865-4059877.post@n3.nabble.com> From: Jeremy Carroll Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (11D201) In-Reply-To: <1401345461865-4059877.post@n3.nabble.com> Message-Id: Date: Thu, 29 May 2014 09:11:21 -0700 To: "user@hbase.apache.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-Virus-Checked: Checked by ClamAV on apache.org We have taken the approach of graceful stop of the RegionServer in maintenan= ce. Then restarting the DataNode. Once it has registered and back online we s= tart the RegionServer and move it's regions back. We do not compact before o= r after the operation since it takes a short period of time, and minor compa= ctions will regain the small amount of locality lost during the maintenance o= peration.=20 I believe it's doubtful that he Hadoop project itself will release an offici= al cluster management / operations framework. So we built a lot of this ours= elves.=20 Sent from my iPhone > On May 28, 2014, at 11:37 PM, sameerv wrote: >=20 > I am curious to know what the industry folks think of rolling restart on t= he > full stack. Envisioning something like each node which services it runs, > stop all services, use new configs and start all services. Is it feasible t= o > do this ? Can folks who have tried, share their experiences please? >=20 > Thanks, > Sameer >=20 >=20 >=20 >=20 > -- > View this message in context: http://apache-hbase.679495.n3.nabble.com/Ful= l-stack-rolling-restart-tp4059877.html > Sent from the HBase User mailing list archive at Nabble.com.