[ 
https://issues.apache.org/jira/browse/PHOENIX-4178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor updated PHOENIX-4178:
----------------------------------
    Attachment: PHOENIX-4178.patch

Please review, [~samarthjain]. This also fixes the issue you found, 
[~rajeshbabu] with PHOENIX-4215. See test in 
PartialIndexRebuilderIT.testBatchingDuringRebuild(). It also prevents writes to 
the index table while the index is offline when you leave the index active (in 
the same way as when the index is disabled).

> Detect failed index write while rebuilder is running with index staying active
> ------------------------------------------------------------------------------
>
>                 Key: PHOENIX-4178
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4178
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>            Assignee: James Taylor
>             Fix For: 4.12.0
>
>         Attachments: PHOENIX-4178.patch
>
>
> If an index write fails while the rebuilder is running, we need to make sure 
> to run the rebuilder again so we don't need miss any rows. This can only 
> happen when the index is left active, as otherwise the index will transition 
> back to disabled and we'll end up rerunning the rebuilder.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to