ACCUMULO-1960 Use $ACCUMULO_CONF_DIR/gc to kill the gc, not $ACCUMULO_CONF_DIR/masters
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/57af8138 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/57af8138 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/57af8138 Branch: refs/heads/master Commit: 57af8138a88c8753693de3a9ce9ba24dbf6a6be6 Parents: 35ff0e5 Author: Josh Elser <els...@apache.org> Authored: Tue Dec 3 21:18:29 2013 -0500 Committer: Josh Elser <els...@apache.org> Committed: Tue Dec 3 21:18:29 2013 -0500 ---------------------------------------------------------------------- test/system/continuous/magitator.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/57af8138/test/system/continuous/magitator.pl ---------------------------------------------------------------------- diff --git a/test/system/continuous/magitator.pl b/test/system/continuous/magitator.pl index 921c4d1..e26d143 100755 --- a/test/system/continuous/magitator.pl +++ b/test/system/continuous/magitator.pl @@ -60,7 +60,7 @@ while(1){ $cmd = "pssh -h $ACCUMULO_CONF_DIR/masters \"pkill -f '[ ]org.apache.accumulo.start.*master'\" < /dev/null"; print "$t $cmd\n"; system($cmd); - $cmd = "pssh -h $ACCUMULO_CONF_DIR/masters \"pkill -f '[ ]org.apache.accumulo.start.*gc'\" < /dev/null"; + $cmd = "pssh -h $ACCUMULO_CONF_DIR/gc \"pkill -f '[ ]org.apache.accumulo.start.*gc'\" < /dev/null"; print "$t $cmd\n"; system($cmd); }