You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/09/20 01:24:34 UTC

[2/6] git commit: ACCUMULO-3155 Fix example config to make the batchwalkers run every 30 minutes instead of 3000 minutes

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.6.1-SNAPSHOT
Commit: 6340cbc0a28343c6b26198287020a54c3db3ef2d
Parents: ad1c807
Author: Josh Elser <el...@apache.org>
Authored: Fri Sep 19 19:22:06 2014 -0400
Committer: Josh Elser <el...@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