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

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/12988622/PHOENIX-5591.master.004.patch
  against master branch at commit 964dd80f20ab8649af7672314f4127b73c0280b7.
  ATTACHMENT ID: 12988622

    {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, new String[0]);
+            assertEquals("4", 
PhoenixConfigurationUtil.getNumOfRegions(indexTool.getJob().getConfiguration()));
+            runIndexTool(directApi, useSnapshot, schemaName, dataTableName, 
indexTableName, null, -1);
+            "Data table split/merge happened during Index rebuild. Old region 
cnt=%d, New region cnt = %d";
+        String strNumOfRegions = 
PhoenixConfigurationUtil.getNumOfRegions(context.getConfiguration());
+            // Check if we have a region split/merge. Different numOfRegions 
requires we need to run IndexTool again
+            String fullTableName = 
PhoenixConfigurationUtil.getIndexToolDataTableName(context.getConfiguration());

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
     
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexExtendedIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolIT

Test results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3187//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3187//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.003.patch, 
> PHOENIX-5591.master.004.patch
>
>




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

Reply via email to