Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D230210472 for ; Tue, 19 Nov 2013 17:37:26 +0000 (UTC) Received: (qmail 73674 invoked by uid 500); 19 Nov 2013 17:37:20 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 73589 invoked by uid 500); 19 Nov 2013 17:37:16 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 72758 invoked by uid 99); 19 Nov 2013 17:37:07 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Nov 2013 17:37:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DB4318801A2; Tue, 19 Nov 2013 17:37:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ecn@apache.org To: commits@accumulo.apache.org Date: Tue, 19 Nov 2013 17:37:08 -0000 Message-Id: <215a39b427694d66902869b8a9f1b035@git.apache.org> In-Reply-To: <56bc52024c424ed4b3ff571116e57dd7@git.apache.org> References: <56bc52024c424ed4b3ff571116e57dd7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/7] git commit: ACCUMULO-1901 treat the gc start/stop like the redundant masters ACCUMULO-1901 treat the gc start/stop like the redundant masters Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d8b4ba94 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d8b4ba94 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/d8b4ba94 Branch: refs/heads/master Commit: d8b4ba9424d5cb7b2f1260f63386b2c7f478b306 Parents: ffb26a2 Author: Eric Newton Authored: Tue Nov 19 11:27:35 2013 -0500 Committer: Eric Newton Committed: Tue Nov 19 11:27:35 2013 -0500 ---------------------------------------------------------------------- bin/start-all.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/d8b4ba94/bin/start-all.sh ---------------------------------------------------------------------- diff --git a/bin/start-all.sh b/bin/start-all.sh index 5bee329..278e7b9 100755 --- a/bin/start-all.sh +++ b/bin/start-all.sh @@ -52,7 +52,10 @@ do ${bin}/start-server.sh $master master done -${bin}/start-server.sh $GC gc "garbage collector" +for gc in `grep -v '^#' "$ACCUMULO_CONF_DIR/gc"` +do + ${bin}/start-server.sh $gc gc "garbage collector" +done ${bin}/start-server.sh $MONITOR monitor