[ https://issues.apache.org/jira/browse/PHOENIX-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16454725#comment-16454725 ]
Hudson commented on PHOENIX-4694: --------------------------------- FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-0.98 #1868 (See [https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/1868/]) PHOENIX-4694 Prevent locking of parent table when dropping view to (jtaylor: rev 406c29b22433dc3a9be804c93438b83a8c747340) * (edit) phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java > Prevent locking of parent table when dropping view to reduce contention > ----------------------------------------------------------------------- > > Key: PHOENIX-4694 > URL: https://issues.apache.org/jira/browse/PHOENIX-4694 > Project: Phoenix > Issue Type: Bug > Reporter: James Taylor > Assignee: James Taylor > Priority: Major > Fix For: 4.14.0, 5.0.0 > > Attachments: PHOENIX-4694.patch, PHOENIX-4694_v2.patch > > > When there are many views with the same parent table, there's a lot of > contention when adding new views and dropping existing views. The lock is > only necessary when creating/dropping indexes, so should be removed in the > case of views. -- This message was sent by Atlassian JIRA (v7.6.3#76005)