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/16 22:33:21 UTC

git commit: ACCUMULO-3130 Remove config changes from debugging.

Repository: accumulo
Updated Branches:
  refs/heads/master b5e97f59a -> 94feef897


ACCUMULO-3130 Remove config changes from debugging.


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

Branch: refs/heads/master
Commit: 94feef8972c9fff0e31e23680a0db42c032b768a
Parents: b5e97f5
Author: Josh Elser <el...@apache.org>
Authored: Tue Sep 16 16:18:15 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Tue Sep 16 16:18:15 2014 -0400

----------------------------------------------------------------------
 .../accumulo/test/replication/MultiInstanceReplicationIT.java      | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/94feef89/test/src/test/java/org/apache/accumulo/test/replication/MultiInstanceReplicationIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/replication/MultiInstanceReplicationIT.java b/test/src/test/java/org/apache/accumulo/test/replication/MultiInstanceReplicationIT.java
index fb09706..c47205a 100644
--- a/test/src/test/java/org/apache/accumulo/test/replication/MultiInstanceReplicationIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/replication/MultiInstanceReplicationIT.java
@@ -99,8 +99,6 @@ public class MultiInstanceReplicationIT extends ConfigurableMacIT {
     cfg.setProperty(Property.REPLICATION_NAME, "master");
     cfg.setProperty(Property.REPLICATION_WORK_ASSIGNER, SequentialWorkAssigner.class.getName());
     cfg.setProperty(Property.TSERV_TOTAL_MUTATION_QUEUE_MAX, "1M");
-    cfg.setMemory(ServerType.MASTER, 1, MemoryUnit.GIGABYTE);
-    cfg.setMemory(ServerType.TABLET_SERVER, 256, MemoryUnit.MEGABYTE);
     hadoopCoreSite.set("fs.file.impl", RawLocalFileSystem.class.getName());
   }