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/28 19:32:00 UTC

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

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

             Summary: 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
            Assignee: Thomas D'Silva


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)