You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/10/02 02:45:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16634859#comment-16634859 ] 

Hudson commented on PHOENIX-4875:
---------------------------------

FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #218 (See [https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/218/])
PHOENIX-4875: Don't acquire a mutex while dropping a table and while (tdsilva: rev c2afbcf03dfff5d6580c95af071530a21b8824bb)
* (edit) phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewIT.java


> 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: Chinmay Kulkarni
>            Priority: Major
>             Fix For: 4.15.0, 5.1.0
>
>
> 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)