You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by jd...@apache.org on 2016/12/14 18:39:13 UTC

kudu git commit: java: don't preallocate log segments in java tests

Repository: kudu
Updated Branches:
  refs/heads/master 2b0bb5116 -> a38977ec5


java: don't preallocate log segments in java tests

This disables log segment preallocation for the Java tests. With log
preallocation on, the test data directory needed more than 10GB free to
pass. Now, it peaks at ~10MB of space required, with no loss in
coverage.

Change-Id: Icf1d5bdec2cf653abab5f836a3c99c2f1d9944e5
Reviewed-on: http://gerrit.cloudera.org:8080/5499
Tested-by: Kudu Jenkins
Reviewed-by: Jean-Daniel Cryans <jd...@apache.org>


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

Branch: refs/heads/master
Commit: a38977ec5b99976d4e61e5c5c67552ae1a7c8224
Parents: 2b0bb51
Author: Todd Lipcon <to...@apache.org>
Authored: Wed Dec 14 14:44:40 2016 +0700
Committer: Jean-Daniel Cryans <jd...@apache.org>
Committed: Wed Dec 14 18:38:20 2016 +0000

----------------------------------------------------------------------
 java/kudu-client/src/test/resources/flags | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/a38977ec/java/kudu-client/src/test/resources/flags
----------------------------------------------------------------------
diff --git a/java/kudu-client/src/test/resources/flags b/java/kudu-client/src/test/resources/flags
index fb4c1aa..b72ff55 100644
--- a/java/kudu-client/src/test/resources/flags
+++ b/java/kudu-client/src/test/resources/flags
@@ -2,3 +2,4 @@
 --never_fsync
 --unlock_experimental_flags
 --unlock_unsafe_flags
+--log_preallocate_segments=false
\ No newline at end of file