[jira] [Updated] (PHOENIX-4694) Prevent locking of parent table when dropping view to reduce contention

2018-04-23 Thread James Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor updated PHOENIX-4694:
--
Attachment: PHOENIX-4694_v2.patch

> 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
>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)


[jira] [Updated] (PHOENIX-4694) Prevent locking of parent table when dropping view to reduce contention

2018-04-19 Thread James Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor updated PHOENIX-4694:
--
Attachment: PHOENIX-4694.patch

> 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
>Priority: Major
> Fix For: 4.14.0, 5.0.0
>
> Attachments: PHOENIX-4694.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)


[jira] [Updated] (PHOENIX-4694) Prevent locking of parent table when dropping view to reduce contention

2018-04-19 Thread James Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor updated PHOENIX-4694:
--
Summary: Prevent locking of parent table when dropping view to reduce 
contention  (was: Prevent locking of parent table during view creation and drop)

> 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
>Priority: Major
> Fix For: 4.14.0, 5.0.0
>
>
> 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)