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 <eric.new...@gmail.com> Authored: Tue Nov 19 11:27:35 2013 -0500 Committer: Eric Newton <eric.new...@gmail.com> 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