[
https://issues.apache.org/jira/browse/PHOENIX-4957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vincent Poon reassigned PHOENIX-4957:
-------------------------------------
Assignee: Vincent Poon
> IndexTool incorrectly uses index when rebuilding an active index
> ----------------------------------------------------------------
>
> Key: PHOENIX-4957
> URL: https://issues.apache.org/jira/browse/PHOENIX-4957
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.14.0
> Reporter: Vincent Poon
> Assignee: Vincent Poon
> Priority: Major
>
> If you want to leave an index active while rebuilding (e.g. an immutable
> index), the IndexTool selects from the index table instead of the data table.
> This is because it uses PostIndexDDLCompiler which builds an UpsertSelect
> statement with a NO_INDEX hint, but the IndexTool only uses the Select
> portion which has no hint.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)