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 <els...@apache.org> Authored: Mon Jan 27 21:11:20 2014 -0500 Committer: Josh Elser <els...@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):