[
https://issues.apache.org/jira/browse/PHOENIX-5560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16968825#comment-16968825
]
Geoffrey Jacoby commented on PHOENIX-5560:
------------------------------------------
What's interesting is that I can't reproduce the problem if the base table is
multi-tenant. In that case, the _IDX table gets proactively created when making
the base table (as opposed to waiting for index creation) and the coprocs are
correct.
Must be a difference in the code paths.
> View Index Tables created incorrectly with IndexRegionObserver
> --------------------------------------------------------------
>
> Key: PHOENIX-5560
> URL: https://issues.apache.org/jira/browse/PHOENIX-5560
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.14.3
> Reporter: Geoffrey Jacoby
> Assignee: Geoffrey Jacoby
> Priority: Major
>
> # Create a mutable, non-multi-tenant base table
> # Create a view on that base table
> # Create a view index on that view
> # The _IDX table associated with that view index will have an
> IndexRegionObserver
--
This message was sent by Atlassian Jira
(v8.3.4#803005)