You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2018/08/30 17:49:00 UTC

[jira] [Assigned] (PHOENIX-4875) Don't acquire a mutex while dropping a table and while creating a view

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

Thomas D'Silva reassigned PHOENIX-4875:
---------------------------------------

    Assignee:     (was: Thomas D'Silva)

> Don't acquire a mutex while dropping a table and while creating a view
> ----------------------------------------------------------------------
>
>                 Key: PHOENIX-4875
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4875
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Thomas D'Silva
>            Priority: Major
>
> Acquiring this mutex will slow down view creation and is not required.
> This was done to prevent a base table being dropped while creating a view at the same time. However even if this happens the next time a view is resolved the user will get a TableNotFoundException. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)