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

Hadoop QA commented on PHOENIX-3824:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12866645/PHOENIX-3824.v1.patch
  against master branch at commit f51c0db9f2d2ee261e602a114d47dd63353bbba8.
  ATTACHMENT ID: 12866645

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

    {color:green}+1 tests included{color}.  The patch appears to include 8 new 
or modified tests.

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

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 
47 warning messages.

    {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:
    +        // Since we're replaying mutations, we want the oldest timestamp 
(as anything newer we be replayed)
+    private static final String TEST_TABLE_DDL = "CREATE TABLE IF NOT EXISTS " 
+ TEST_TABLE_STRING + " (\n" +
+    private static final String TEST_TABLE_INDEX_DDL = "CREATE INDEX IF NOT 
EXISTS " + TEST_TABLE_INDEX_STRING
+     * called, where any read requests to {@link 
LocalTable#getCurrentRowState(Mutation, Collection, boolean)}

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
                       
org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder

Test results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/845//testReport/
Javadoc warnings: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/845//artifact/patchprocess/patchJavadocWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/845//console

This message is automatically generated.

> Mutable Index partial rebuild adds more than one index row for updated data 
> row
> -------------------------------------------------------------------------------
>
>                 Key: PHOENIX-3824
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3824
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.10.0
>            Reporter: Vincent Poon
>         Attachments: PHOENIX-3824.v1.patch
>
>
> If you follow this sequence:
> 1) disable index
> 2) write an updates to a data table row
> 3) trigger the BuildIndexScheduleTask partial rebuild
> then you end up with two index rows for the one data table row.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to