[ https://issues.apache.org/jira/browse/PHOENIX-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15998911#comment-15998911 ]
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/12866655/PHOENIX-3824.v2.patch against master branch at commit f51c0db9f2d2ee261e602a114d47dd63353bbba8. ATTACHMENT ID: 12866655 {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:green}+1 lineLengths{color}. The patch does not introduce lines longer than 100 {color:red}-1 core tests{color}. The patch failed these unit tests: ./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.TxCheckpointIT ./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexFailureIT ./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterTableWithViewsIT Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/846//testReport/ Javadoc warnings: https://builds.apache.org/job/PreCommit-PHOENIX-Build/846//artifact/patchprocess/patchJavadocWarnings.txt Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/846//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 > Assignee: Vincent Poon > Fix For: 4.11.0 > > Attachments: PHOENIX-3824.v1.patch, PHOENIX-3824.v2.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)