You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by sl...@apache.org on 2013/02/20 03:50:55 UTC

git commit: [HELIX-7]Fix a test compile issue

Updated Branches:
  refs/heads/master 1609d5cb3 -> 0c01bbbdb


[HELIX-7]Fix a test compile issue

Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/0c01bbbd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/0c01bbbd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/0c01bbbd

Branch: refs/heads/master
Commit: 0c01bbbdb8ef2daf4a15aabe02f65ea4d5b2b4ef
Parents: 1609d5c
Author: slu2011 <lu...@gmail.com>
Authored: Tue Feb 19 18:50:39 2013 -0800
Committer: slu2011 <lu...@gmail.com>
Committed: Tue Feb 19 18:50:39 2013 -0800

----------------------------------------------------------------------
 .../apache/helix/filestore/IntegrationTest.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/0c01bbbd/recipes/rsync-replicated-file-system/src/main/java/org/apache/helix/filestore/IntegrationTest.java
----------------------------------------------------------------------
diff --git a/recipes/rsync-replicated-file-system/src/main/java/org/apache/helix/filestore/IntegrationTest.java b/recipes/rsync-replicated-file-system/src/main/java/org/apache/helix/filestore/IntegrationTest.java
index 053c027..98aed1d 100644
--- a/recipes/rsync-replicated-file-system/src/main/java/org/apache/helix/filestore/IntegrationTest.java
+++ b/recipes/rsync-replicated-file-system/src/main/java/org/apache/helix/filestore/IntegrationTest.java
@@ -76,7 +76,7 @@ public class IntegrationTest
       setup.addInstanceToCluster(clusterName, "localhost", 12002);
       setup.addInstanceToCluster(clusterName, "localhost", 12003);
       setup.addResourceToCluster(clusterName, "repository", 1, "MasterSlave");
-      setup.reblanceResource(clusterName, "repository", 3);
+      setup.rebalanceResource(clusterName, "repository", 3);
       // Set the configuration
       final String instanceName1 = "localhost_12001";
       addConfiguration(setup, baseDir, clusterName, instanceName1);