You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2020/11/25 12:39:00 UTC

[jira] [Updated] (PHOENIX-6181) IndexRepairRegionScanner to verify and repair every global index row

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

Istvan Toth updated PHOENIX-6181:
---------------------------------
    Fix Version/s: 5.1.0

> IndexRepairRegionScanner to verify and repair every global index row
> --------------------------------------------------------------------
>
>                 Key: PHOENIX-6181
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6181
>             Project: Phoenix
>          Issue Type: Improvement
>    Affects Versions: 5.0.0, 4.14.3
>            Reporter: Kadir OZDEMIR
>            Assignee: Kadir OZDEMIR
>            Priority: Major
>             Fix For: 5.1.0, 4.16.0
>
>         Attachments: PHOENIX-6181-Addendum.4.x.001.patch, PHOENIX-6181.4.x.001.patch, PHOENIX-6181.4.x.002.patch, PHOENIX-6181.master.001.patch, PHOENIX-6181.master.002.patch
>
>
> IndexRebuildRegionScanner is the server side engine to rebuild and verify every index row pointed by the data table. IndexRebuildRegionScanner runs on data table regions and scans every data table rows locally, and then rebuilds and verifies index table rows referenced by the data table rows over server-to-server RPCs using the HBase client installed on region servers. However, IndexRebuildRegionScanner cannot clean up the index rows that are not referenced by the data table if there are such index rows. In order to do that we need another region scanner that scans index table regions and makes sure that every index row is valid. This region scanner will be called IndexRepairRegionScanner.



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