You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2014/09/15 16:49:00 UTC

git commit: ACCUMULO-3117 set mutation queue to expected size

Repository: accumulo
Updated Branches:
  refs/heads/master 782c22ac7 -> 9a3ddc306


ACCUMULO-3117 set mutation queue to expected size


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

Branch: refs/heads/master
Commit: 9a3ddc30603e54c12ecab0b80bafabab8c87fda2
Parents: 782c22a
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Sep 15 10:48:38 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Mon Sep 15 10:48:58 2014 -0400

----------------------------------------------------------------------
 .../test/replication/UnorderedWorkAssignerReplicationIT.java        | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/9a3ddc30/test/src/test/java/org/apache/accumulo/test/replication/UnorderedWorkAssignerReplicationIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/replication/UnorderedWorkAssignerReplicationIT.java b/test/src/test/java/org/apache/accumulo/test/replication/UnorderedWorkAssignerReplicationIT.java
index 5ad11c3..5ad63a1 100644
--- a/test/src/test/java/org/apache/accumulo/test/replication/UnorderedWorkAssignerReplicationIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/replication/UnorderedWorkAssignerReplicationIT.java
@@ -92,6 +92,7 @@ public class UnorderedWorkAssignerReplicationIT extends ConfigurableMacIT {
     cfg.setProperty(Property.REPLICATION_MAX_UNIT_SIZE, "8M");
     cfg.setProperty(Property.REPLICATION_NAME, "master");
     cfg.setProperty(Property.REPLICATION_WORK_ASSIGNER, UnorderedWorkAssigner.class.getName());
+    cfg.setProperty(Property.TSERV_TOTAL_MUTATION_QUEUE_MAX, "1M");
     hadoopCoreSite.set("fs.file.impl", RawLocalFileSystem.class.getName());
   }