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:36:34 UTC

[phoenix] branch 4.x-HBase-1.4 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.4
in repository https://gitbox.apache.org/repos/asf/phoenix.git


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

commit acfc447bcfa1a334928b3fdf573753988f8d0f97
Author: Lars Hofhansl <la...@apache.org>
AuthorDate: Wed Jun 26 23:37:02 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(),