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/01/28 05:04:27 UTC

[1/6] git commit: ACCUMULO-2264 Up the walog max size so it doesn't break by default on hadoop2

Updated Branches:
  refs/heads/1.5.1-SNAPSHOT 44ff6b0dd -> ffd72325e
  refs/heads/1.6.0-SNAPSHOT f67603f9c -> bff866845
  refs/heads/master 3132b0121 -> 1bcc62af3


ACCUMULO-2264 Up the walog max size so it doesn't break by default on hadoop2


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

Branch: refs/heads/1.5.1-SNAPSHOT
Commit: ffd72325e5dd4ed3a6a46ba6ef47f95f87c7c40a
Parents: 44ff6b0
Author: Josh Elser <el...@apache.org>
Authored: Mon Jan 27 21:11:20 2014 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Mon Jan 27 21:11:20 2014 -0500

----------------------------------------------------------------------
 test/system/auto/stress/restart.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/ffd72325/test/system/auto/stress/restart.py
----------------------------------------------------------------------
diff --git a/test/system/auto/stress/restart.py b/test/system/auto/stress/restart.py
index 4e7f66c..86d5d7e 100755
--- a/test/system/auto/stress/restart.py
+++ b/test/system/auto/stress/restart.py
@@ -104,7 +104,7 @@ class KilledTabletServerSplitTest(KilledTabletServerTest):
     settings.update({
         'tserver.memory.maps.max':'5K',
         'tserver.compaction.major.delay': 1,
-        'tserver.walog.max.size': '50K',
+        'tserver.walog.max.size': '2M',
         })
 
     def ingest(self, host, count, start=0, timestamp=None, size=50, colf=None, **kwargs):


[2/6] git commit: ACCUMULO-2264 Up the walog max size so it doesn't break by default on hadoop2

Posted by el...@apache.org.
ACCUMULO-2264 Up the walog max size so it doesn't break by default on hadoop2


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: ffd72325e5dd4ed3a6a46ba6ef47f95f87c7c40a
Parents: 44ff6b0
Author: Josh Elser <el...@apache.org>
Authored: Mon Jan 27 21:11:20 2014 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Mon Jan 27 21:11:20 2014 -0500

----------------------------------------------------------------------
 test/system/auto/stress/restart.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/ffd72325/test/system/auto/stress/restart.py
----------------------------------------------------------------------
diff --git a/test/system/auto/stress/restart.py b/test/system/auto/stress/restart.py
index 4e7f66c..86d5d7e 100755
--- a/test/system/auto/stress/restart.py
+++ b/test/system/auto/stress/restart.py
@@ -104,7 +104,7 @@ class KilledTabletServerSplitTest(KilledTabletServerTest):
     settings.update({
         'tserver.memory.maps.max':'5K',
         'tserver.compaction.major.delay': 1,
-        'tserver.walog.max.size': '50K',
+        'tserver.walog.max.size': '2M',
         })
 
     def ingest(self, host, count, start=0, timestamp=None, size=50, colf=None, **kwargs):


[4/6] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

Posted by el...@apache.org.
Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

Conflicts:
	test/system/auto/stress/restart.py


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

Branch: refs/heads/master
Commit: bff866845590cef8375d17d265127e34101d5dc2
Parents: f67603f ffd7232
Author: Josh Elser <el...@apache.org>
Authored: Mon Jan 27 23:03:05 2014 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Mon Jan 27 23:03:05 2014 -0500

----------------------------------------------------------------------

----------------------------------------------------------------------



[3/6] git commit: ACCUMULO-2264 Up the walog max size so it doesn't break by default on hadoop2

Posted by el...@apache.org.
ACCUMULO-2264 Up the walog max size so it doesn't break by default on hadoop2


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

Branch: refs/heads/master
Commit: ffd72325e5dd4ed3a6a46ba6ef47f95f87c7c40a
Parents: 44ff6b0
Author: Josh Elser <el...@apache.org>
Authored: Mon Jan 27 21:11:20 2014 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Mon Jan 27 21:11:20 2014 -0500

----------------------------------------------------------------------
 test/system/auto/stress/restart.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/ffd72325/test/system/auto/stress/restart.py
----------------------------------------------------------------------
diff --git a/test/system/auto/stress/restart.py b/test/system/auto/stress/restart.py
index 4e7f66c..86d5d7e 100755
--- a/test/system/auto/stress/restart.py
+++ b/test/system/auto/stress/restart.py
@@ -104,7 +104,7 @@ class KilledTabletServerSplitTest(KilledTabletServerTest):
     settings.update({
         'tserver.memory.maps.max':'5K',
         'tserver.compaction.major.delay': 1,
-        'tserver.walog.max.size': '50K',
+        'tserver.walog.max.size': '2M',
         })
 
     def ingest(self, host, count, start=0, timestamp=None, size=50, colf=None, **kwargs):


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

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


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

Branch: refs/heads/master
Commit: 1bcc62af3a7cfc7bdd3af56c6ead24f64d915585
Parents: 3132b01 bff8668
Author: Josh Elser <el...@apache.org>
Authored: Mon Jan 27 23:03:14 2014 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Mon Jan 27 23:03:14 2014 -0500

----------------------------------------------------------------------

----------------------------------------------------------------------



[5/6] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

Posted by el...@apache.org.
Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

Conflicts:
	test/system/auto/stress/restart.py


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: bff866845590cef8375d17d265127e34101d5dc2
Parents: f67603f ffd7232
Author: Josh Elser <el...@apache.org>
Authored: Mon Jan 27 23:03:05 2014 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Mon Jan 27 23:03:05 2014 -0500

----------------------------------------------------------------------

----------------------------------------------------------------------