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

Hadoop QA commented on PHOENIX-5706:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12992392/PHOENIX-5706.master.001.patch
  against master branch at commit 42bb52b4878d8d782a26605c854a4c9f0177e249.
  ATTACHMENT ID: 12992392

    {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:
    +            IndexTool indexTool = runIndexTool(directApi, useSnapshot, 
schemaName, dataTableName, indexTableName, null, 0, 
IndexTool.IndexVerifyType.BEFORE, new String[0]);
+            assertEquals(4, 
indexTool.getJob().getCounters().findCounter(SCANNED_DATA_ROW_COUNT).getValue());
+            assertEquals(0, 
indexTool.getJob().getCounters().findCounter(REBUILT_INDEX_ROW_COUNT).getValue());
+            assertEquals(4, 
indexTool.getJob().getCounters().findCounter(BEFORE_REBUILD_VALID_INDEX_ROW_COUNT).getValue());
+            assertEquals(0, 
indexTool.getJob().getCounters().findCounter(BEFORE_REBUILD_EXPIRED_INDEX_ROW_COUNT).getValue());
+            assertEquals(0, 
indexTool.getJob().getCounters().findCounter(BEFORE_REBUILD_INVALID_INDEX_ROW_COUNT).getValue());
+            assertEquals(0, 
indexTool.getJob().getCounters().findCounter(BEFORE_REBUILD_MISSING_INDEX_ROW_COUNT).getValue());

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

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

This message is automatically generated.

> IndexTool verification reports failure when data row has no covered column 
> values
> ---------------------------------------------------------------------------------
>
>                 Key: PHOENIX-5706
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5706
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 5.0.0, 4.14.3
>            Reporter: Kadir OZDEMIR
>            Assignee: Kadir OZDEMIR
>            Priority: Major
>         Attachments: PHOENIX-5706.master.001.patch
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When the data row has no covered column, the IndexTool inline verification 
> does not form the expect index row correctly. This was introduced by the 
> previous patch for the inline verification (PHOENIX-5694).



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

Reply via email to