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

Hadoop QA commented on PHOENIX-5505:
------------------------------------

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

    {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:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3008//console

This message is automatically generated.

> Index read repair does not repair unverified rows with higher timestamp 
> ------------------------------------------------------------------------
>
>                 Key: PHOENIX-5505
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5505
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 5.0.0, 4.15.0, 4.14.3
>            Reporter: Kadir Ozdemir
>            Assignee: Kadir OZDEMIR
>            Priority: Major
>             Fix For: 4.15.0, 5.1.0, 4.14.3
>
>         Attachments: PHOENIX-5505.master.001.patch, 
> PHOENIX-5505.master.002.patch, PHOENIX-5505.master.003.patch, 
> PHOENIX-5505.master.004.patch, PHOENIX-5505.master.addendum.patch
>
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> Read repair (GlobalIndexChecker) sets the time range for the scan on the data 
> table for using the timestamp of the index table row to be repaired. The 
> start time for the scan is the timestamp of the index row in the current 
> implementation. However, if the index row timestamp is higher than the data 
> table row timestamp, then the data table row will not be visible to the scan. 
> The index row timestamp can be higher when the index row is overwritten with 
> the unverified row status (in the first write phase) but the data table row 
> is not overwritten (in the second write phase) due to a failure. In this 
> case, the unverified index row will not be rebuilt and will be deleted 
> eventually.



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

Reply via email to