Updated Branches:
  refs/heads/apache-blur-0.2 3247fb2e6 -> 261613b63

BLUR-259 Subtask(2), Fixed to use the new method in TableAdmin.java.

Signed-off-by: Aaron McCurry <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/261613b6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/261613b6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/261613b6

Branch: refs/heads/apache-blur-0.2
Commit: 261613b638b4a38a843429821f14212fe84565bc
Parents: 3247fb2
Author: Vikrant Navalgund <[email protected]>
Authored: Sun Oct 13 22:13:05 2013 +1100
Committer: Aaron McCurry <[email protected]>
Committed: Sun Oct 13 21:44:43 2013 -0400

----------------------------------------------------------------------
 blur-core/src/main/java/org/apache/blur/thrift/TableAdmin.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/261613b6/blur-core/src/main/java/org/apache/blur/thrift/TableAdmin.java
----------------------------------------------------------------------
diff --git a/blur-core/src/main/java/org/apache/blur/thrift/TableAdmin.java 
b/blur-core/src/main/java/org/apache/blur/thrift/TableAdmin.java
index 4bb826e..cac2818 100644
--- a/blur-core/src/main/java/org/apache/blur/thrift/TableAdmin.java
+++ b/blur-core/src/main/java/org/apache/blur/thrift/TableAdmin.java
@@ -336,7 +336,7 @@ public abstract class TableAdmin implements Iface {
   @Override
   public final List<String> controllerServerList() throws BlurException, 
TException {
     try {
-      return _clusterStatus.getControllerServerList();
+      return _clusterStatus.getOnlineControllerList();
     } catch (Exception e) {
       LOG.error("Unknown error while trying to get a controller list.", e);
       throw new BException("Unknown error while trying to get a controller 
list.", e);

Reply via email to