Repository: accumulo Updated Branches: refs/heads/1.5.3-SNAPSHOT ad1c80756 -> 6340cbc0a refs/heads/1.6.1-SNAPSHOT e1c9a1f6c -> 7ee86286c refs/heads/master a479e5d87 -> 16ec519cd
ACCUMULO-3155 Fix example config to make the batchwalkers run every 30 minutes instead of 3000 minutes Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6340cbc0 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6340cbc0 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6340cbc0 Branch: refs/heads/1.5.3-SNAPSHOT Commit: 6340cbc0a28343c6b26198287020a54c3db3ef2d Parents: ad1c807 Author: Josh Elser <els...@apache.org> Authored: Fri Sep 19 19:22:06 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Fri Sep 19 19:23:45 2014 -0400 ---------------------------------------------------------------------- test/system/continuous/continuous-env.sh.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/6340cbc0/test/system/continuous/continuous-env.sh.example ---------------------------------------------------------------------- diff --git a/test/system/continuous/continuous-env.sh.example b/test/system/continuous/continuous-env.sh.example index d3fdd62..24a9462 100644 --- a/test/system/continuous/continuous-env.sh.example +++ b/test/system/continuous/continuous-env.sh.example @@ -121,10 +121,12 @@ SCAN_OFFLINE=false VERIFY_AUTHS='' #settings related to the batch walker -BATCH_WALKER_SLEEP=180000 +# sleep in seconds +BATCH_WALKER_SLEEP=1800 BATCH_WALKER_BATCH_SIZE=10000 -BATCH_WALKER_THREADS=16 +BATCH_WALKER_THREADS=8 #settings related to scanners +# sleep in seconds SCANNER_SLEEP_TIME=10 SCANNER_ENTRIES=5000