You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Swaroopa Kadam (Jira)" <ji...@apache.org> on 2020/02/18 18:41:00 UTC

[jira] [Created] (PHOENIX-5733) new index on a table with old corpoc should also use old design unless upgraded

Swaroopa Kadam created PHOENIX-5733:
---------------------------------------

             Summary: new index on a table with old corpoc should also use old design unless upgraded
                 Key: PHOENIX-5733
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5733
             Project: Phoenix
          Issue Type: Improvement
            Reporter: Swaroopa Kadam
            Assignee: Swaroopa Kadam


Currently, if the table uses old design indexer coproc, creating an index with new design enabled (Not recommended) will end up loading new corpoc on index. This is prone to errors and incorrectness in design. 

Hence, we should create an index with old coproc if the table has not been upgraded yet although the new design flag is enabled. Later, when ready upgrade the pair using IndexUpgradeTool 



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