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)