Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 909db1e3a -> 4326cc3e5
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/4326cc3e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/4326cc3e Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/4326cc3e Branch: refs/heads/4.x-HBase-1.0 Commit: 4326cc3e5506c50b3dbd9de9d2ef93426a98634e Parents: 909db1e Author: Samarth <[email protected]> Authored: Tue Jan 12 13:00:58 2016 -0800 Committer: Samarth <[email protected]> Committed: Tue Jan 12 13:00:58 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/4326cc3e/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 =
