Repository: phoenix Updated Branches: refs/heads/master 317c603c1 -> 43d8eb1a3
Addendum to prevent IndexLoadBalancerIT from hanging Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/43d8eb1a Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/43d8eb1a Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/43d8eb1a Branch: refs/heads/master Commit: 43d8eb1a389bdd17c0275872f53ce36cbe44b739 Parents: 317c603 Author: Samarth <[email protected]> Authored: Tue Jan 12 12:59:25 2016 -0800 Committer: Samarth <[email protected]> Committed: Tue Jan 12 12:59:25 2016 -0800 ---------------------------------------------------------------------- .../apache/phoenix/hbase/index/balancer/IndexLoadBalancerIT.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/43d8eb1a/phoenix-core/src/it/java/org/apache/phoenix/hbase/index/balancer/IndexLoadBalancerIT.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/hbase/index/balancer/IndexLoadBalancerIT.java b/phoenix-core/src/it/java/org/apache/phoenix/hbase/index/balancer/IndexLoadBalancerIT.java index 07ebbdd..9a25ac4 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/hbase/index/balancer/IndexLoadBalancerIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/hbase/index/balancer/IndexLoadBalancerIT.java @@ -454,7 +454,6 @@ public class IndexLoadBalancerIT { } - @Test public boolean checkForColocation(HMaster master, String tableName, String indexTableName) throws IOException, InterruptedException { List<Pair<byte[], ServerName>> uTableStartKeysAndLocations =
