You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by la...@apache.org on 2019/06/27 06:35:30 UTC

[phoenix] branch 4.x-HBase-1.5 updated: PHOENIX-5377 SpeedUp LocalIndexSplitMergeIT.

This is an automated email from the ASF dual-hosted git repository.

larsh pushed a commit to branch 4.x-HBase-1.5
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.5 by this push:
     new fbfaa7c  PHOENIX-5377 SpeedUp LocalIndexSplitMergeIT.
fbfaa7c is described below

commit fbfaa7c8b4f878d4ab141aaa6a4c40a12ed4056e
Author: Lars Hofhansl <la...@apache.org>
AuthorDate: Wed Jun 26 23:35:57 2019 -0700

    PHOENIX-5377 SpeedUp LocalIndexSplitMergeIT.
---
 .../src/it/java/org/apache/phoenix/end2end/LocalIndexSplitMergeIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/LocalIndexSplitMergeIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/LocalIndexSplitMergeIT.java
index dc3e5d3..83e913f 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/LocalIndexSplitMergeIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/LocalIndexSplitMergeIT.java
@@ -112,7 +112,7 @@ public class LocalIndexSplitMergeIT extends BaseTest {
             assertTrue(rs.next());
 
             HBaseAdmin admin = conn1.unwrap(PhoenixConnection.class).getQueryServices().getAdmin();
-            for (int i = 1; i < 5; i++) {
+            for (int i = 1; i < 3; i++) {
                 admin.split(physicalTableName, ByteUtil.concat(Bytes.toBytes(strings[3 * i])));
                 List<HRegionInfo> regionsOfUserTable =
                         MetaTableAccessor.getTableRegions(getUtility().getZooKeeperWatcher(),