[ 
https://issues.apache.org/jira/browse/PHOENIX-5591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17023399#comment-17023399
 ] 

Hadoop QA commented on PHOENIX-5591:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12991803/PHOENIX-5591.master.006.patch
  against master branch at commit 8edbe9deeb666c78962eefd3c57f9bdf82dc8a07.
  ATTACHMENT ID: 12991803

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:red}-1 lineLengths{color}.  The patch introduces the following lines 
longer than 100:
    +                            + "\"info\".ORG_NAME VARCHAR(255) NULL\n" + ") 
COLUMN_ENCODED_BYTES = 0 SPLIT ON(1,2,3)";
+                    + 
"(ID,\"info\".CAR_NUM,\"test\".CAR_NUM,CAP_DATE,ORG_ID,ORG_NAME) 
VALUES(?,?,'test-','2016-01-01 00:00:00',11,'orgname1')")) {
+                            "CREATE INDEX %s on %s 
(\"info\".CAR_NUM,\"test\".CAR_NUM,\"info\".CAP_DATE) ASYNC",
+            IndexTool indexTool = runIndexTool(directApi, useSnapshot, 
schemaName, dataTableName, indexTableName, null, 0, failForRegion);
+            assertEquals("4", 
PhoenixConfigurationUtil.getNumOfRegions(indexTool.getJob().getConfiguration()));
+            runIndexTool(directApi, useSnapshot, schemaName, dataTableName, 
indexTableName, null, -1, failForRegion);
+    private static final Option FAIL_ON_REGION_NUM_CHANGE_OPTION = new 
Option("failr", "failOnRegionNumChange", false,
+            "If specified, fails if the number of regions changes since index 
tool started (optional)");
+            "Data table split/merge happened during Index rebuild. Old region 
cnt=%d, New region cnt = %d. "
+            String strNumOfRegions = 
PhoenixConfigurationUtil.getNumOfRegions(context.getConfiguration());

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3344//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3344//console

This message is automatically generated.

> IndexTool should detect the number of region splits in the beginning and end 
> and fail if there is a difference
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-5591
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5591
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Gokcen Iskender
>            Assignee: Gokcen Iskender
>            Priority: Major
>         Attachments: PHOENIX-5591.4.x-HBase-1.4.001.patch, 
> PHOENIX-5591.4.x-HBase-1.4.002.patch, PHOENIX-5591.4.x-HBase-1.4.003.patch, 
> PHOENIX-5591.master.002.patch, PHOENIX-5591.master.006.patch
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to