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:33 UTC

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

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 <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


[4/6] git commit: Merge branch '1.5.3-SNAPSHOT' into 1.6.1-SNAPSHOT

Posted by el...@apache.org.
Merge branch '1.5.3-SNAPSHOT' into 1.6.1-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7ee86286
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7ee86286
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7ee86286

Branch: refs/heads/master
Commit: 7ee86286c2ba8d215f9afcbefa794cf3a0de5b14
Parents: e1c9a1f 6340cbc
Author: Josh Elser <el...@apache.org>
Authored: Fri Sep 19 19:23:59 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Fri Sep 19 19:23:59 2014 -0400

----------------------------------------------------------------------
 test/system/continuous/continuous-env.sh.example | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



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

Posted by el...@apache.org.
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


[6/6] git commit: Merge branch '1.6.1-SNAPSHOT'

Posted by el...@apache.org.
Merge branch '1.6.1-SNAPSHOT'


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/16ec519c
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/16ec519c
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/16ec519c

Branch: refs/heads/master
Commit: 16ec519cd3d5869ea2410baa23eec3254e1901aa
Parents: a479e5d 7ee8628
Author: Josh Elser <el...@apache.org>
Authored: Fri Sep 19 19:24:09 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Fri Sep 19 19:24:09 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/16ec519c/test/system/continuous/continuous-env.sh.example
----------------------------------------------------------------------


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

Posted by el...@apache.org.
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/master
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


[5/6] git commit: Merge branch '1.5.3-SNAPSHOT' into 1.6.1-SNAPSHOT

Posted by el...@apache.org.
Merge branch '1.5.3-SNAPSHOT' into 1.6.1-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7ee86286
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7ee86286
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7ee86286

Branch: refs/heads/1.6.1-SNAPSHOT
Commit: 7ee86286c2ba8d215f9afcbefa794cf3a0de5b14
Parents: e1c9a1f 6340cbc
Author: Josh Elser <el...@apache.org>
Authored: Fri Sep 19 19:23:59 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Fri Sep 19 19:23:59 2014 -0400

----------------------------------------------------------------------
 test/system/continuous/continuous-env.sh.example | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------