Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 54672200CF3 for ; Thu, 20 Jul 2017 07:42:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5332A16A958; Thu, 20 Jul 2017 05:42:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C846016A959 for ; Thu, 20 Jul 2017 07:42:42 +0200 (CEST) Received: (qmail 71433 invoked by uid 500); 20 Jul 2017 05:42:41 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 69077 invoked by uid 99); 20 Jul 2017 05:42:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jul 2017 05:42:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 411DEE0A38; Thu, 20 Jul 2017 05:42:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@hbase.apache.org Date: Thu, 20 Jul 2017 05:42:51 -0000 Message-Id: In-Reply-To: <571ad936ce604807af51502be66ae630@git.apache.org> References: <571ad936ce604807af51502be66ae630@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [14/26] hbase git commit: HBASE-18392 Add default value of --movetimeout to rolling-restart.sh archived-at: Thu, 20 Jul 2017 05:42:43 -0000 HBASE-18392 Add default value of --movetimeout to rolling-restart.sh Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/56d00f57 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/56d00f57 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/56d00f57 Branch: refs/heads/HBASE-18147 Commit: 56d00f574b391fa58ba5b73718f2a5b29171bd07 Parents: 0c2915b4 Author: Samir Ahmic Authored: Mon Jul 17 22:57:02 2017 +0200 Committer: tedyu Committed: Tue Jul 18 07:04:29 2017 -0700 ---------------------------------------------------------------------- bin/rolling-restart.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/56d00f57/bin/rolling-restart.sh ---------------------------------------------------------------------- diff --git a/bin/rolling-restart.sh b/bin/rolling-restart.sh index 11c091d..46d5cba 100755 --- a/bin/rolling-restart.sh +++ b/bin/rolling-restart.sh @@ -60,6 +60,7 @@ RR_RS=1 RR_MASTER=1 RR_GRACEFUL=0 RR_MAXTHREADS=1 +RR_MOVE_TIMEOUT=2147483647 START_CMD_NON_DIST_MODE=restart START_CMD_DIST_MODE=start RESTART_CMD_REGIONSERVER=restart