[ https://issues.apache.org/jira/browse/PHOENIX-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16454713#comment-16454713 ]
Hudson commented on PHOENIX-4694: --------------------------------- FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #106 (See [https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/106/]) PHOENIX-4694 Prevent locking of parent table when dropping view to (jtaylor: rev 2e1771261656002729b5943f2c4b2050a7bb8a1b) * (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)