[
https://issues.apache.org/jira/browse/PHOENIX-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17276164#comment-17276164
]
ASF GitHub Bot commented on PHOENIX-6182:
-----------------------------------------
stoty opened a new pull request #1126:
URL: https://github.com/apache/phoenix/pull/1126
…1022)
* PHOENIX-6198 Add option to IndexTool to specify the source table for scan
(#937)
* PHOENIX-6198 Add option to IndexTool to specify the source table for scan
* Addressed feedback for PHOENIX-6198
Extended the `-from-index` option to support -vBOTH, -vAFTER and -vNONE.
Added the disclaimer for -vAFTER. Also, using the source table enum from
IndexScrutinyTool.
* PHOENIX-6199 Generate different query plan depending upon if the source
(#958)
is index table or data table
* PHOENIX-6200 Add counters for extra index rows, log results to PIT and
PIT_RESULT table (#995)
* PHOENIX-6200 Add counters for extra index rows, log results to PIT and
PIT_RESULT table
* Address feedback
* PHOENIX-6200 (addendum) Fix test case because invalid rows now are
reported as beyond max lookback when max lookback is set to 0
Also add ASF license to one file
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> IndexTool to verify and repair every index row
> ----------------------------------------------
>
> Key: PHOENIX-6182
> URL: https://issues.apache.org/jira/browse/PHOENIX-6182
> Project: Phoenix
> Issue Type: Improvement
> Affects Versions: 5.0.0, 4.15.0
> Reporter: Kadir OZDEMIR
> Assignee: Tanuj Khurana
> Priority: Major
> Fix For: 4.16.0, 4.16.1
>
>
> IndexTool rebuilds and verifies every index row pointed by the data table.
> However, IndexTool 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 it needs to
> scan index table regions and make sure that every index row is valid. For
> example we can add an option called source table (as in IndexScrutinyTool) to
> do repair and verify index rows.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)