[jira] [Updated] (PHOENIX-5498) When dropping a view, send delete mutations for parent->child links from client to server rather than doing server-server RPCs

2022-06-07 Thread Geoffrey Jacoby (Jira)


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

Geoffrey Jacoby updated PHOENIX-5498:
-
Fix Version/s: 5.2.1
   (was: 4.17.0)
   (was: 5.2.0)
   (was: 4.16.2)

> When dropping a view, send delete mutations for parent->child links from 
> client to server rather than doing server-server RPCs
> --
>
> Key: PHOENIX-5498
> URL: https://issues.apache.org/jira/browse/PHOENIX-5498
> Project: Phoenix
>  Issue Type: Sub-task
>Affects Versions: 4.15.0, 5.1.0
>Reporter: Chinmay Kulkarni
>Priority: Major
> Fix For: 5.2.1
>
>
> Once we are able to generate delete mutations using the child view and parent 
> PTable, we should send the mutations directly from the client to the endpoint 
> coprocessor on SYSTEM.CHILD_LINK rather than doing a server-server RPC from 
> the SYSTEM.CATALOG region to the SYSTEM.CHILD_LINK region.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (PHOENIX-5498) When dropping a view, send delete mutations for parent->child links from client to server rather than doing server-server RPCs

2021-06-07 Thread Ankit Singhal (Jira)


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

Ankit Singhal updated PHOENIX-5498:
---
Fix Version/s: (was: 5.1.2)

> When dropping a view, send delete mutations for parent->child links from 
> client to server rather than doing server-server RPCs
> --
>
> Key: PHOENIX-5498
> URL: https://issues.apache.org/jira/browse/PHOENIX-5498
> Project: Phoenix
>  Issue Type: Sub-task
>Affects Versions: 4.15.0, 5.1.0
>Reporter: Chinmay Kulkarni
>Priority: Major
> Fix For: 4.17.0, 5.2.0, 4.16.2
>
>
> Once we are able to generate delete mutations using the child view and parent 
> PTable, we should send the mutations directly from the client to the endpoint 
> coprocessor on SYSTEM.CHILD_LINK rather than doing a server-server RPC from 
> the SYSTEM.CATALOG region to the SYSTEM.CHILD_LINK region.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (PHOENIX-5498) When dropping a view, send delete mutations for parent->child links from client to server rather than doing server-server RPCs

2021-05-21 Thread Viraj Jasani (Jira)


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

Viraj Jasani updated PHOENIX-5498:
--
Fix Version/s: (was: 4.16.1)
   4.16.2
   5.1.2
   5.2.0

> When dropping a view, send delete mutations for parent->child links from 
> client to server rather than doing server-server RPCs
> --
>
> Key: PHOENIX-5498
> URL: https://issues.apache.org/jira/browse/PHOENIX-5498
> Project: Phoenix
>  Issue Type: Sub-task
>Affects Versions: 4.15.0, 5.1.0
>Reporter: Chinmay Kulkarni
>Priority: Major
> Fix For: 4.17.0, 5.2.0, 5.1.2, 4.16.2
>
>
> Once we are able to generate delete mutations using the child view and parent 
> PTable, we should send the mutations directly from the client to the endpoint 
> coprocessor on SYSTEM.CHILD_LINK rather than doing a server-server RPC from 
> the SYSTEM.CATALOG region to the SYSTEM.CHILD_LINK region.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (PHOENIX-5498) When dropping a view, send delete mutations for parent->child links from client to server rather than doing server-server RPCs

2020-10-27 Thread Chinmay Kulkarni (Jira)


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

Chinmay Kulkarni updated PHOENIX-5498:
--
Fix Version/s: (was: 4.16.0)
   (was: 4.15.1)
   4.17.0
   4.16.1

> When dropping a view, send delete mutations for parent->child links from 
> client to server rather than doing server-server RPCs
> --
>
> Key: PHOENIX-5498
> URL: https://issues.apache.org/jira/browse/PHOENIX-5498
> Project: Phoenix
>  Issue Type: Sub-task
>Affects Versions: 4.15.0, 5.1.0
>Reporter: Chinmay Kulkarni
>Priority: Major
> Fix For: 5.1.1, 4.16.1, 4.17.0
>
>
> Once we are able to generate delete mutations using the child view and parent 
> PTable, we should send the mutations directly from the client to the endpoint 
> coprocessor on SYSTEM.CHILD_LINK rather than doing a server-server RPC from 
> the SYSTEM.CATALOG region to the SYSTEM.CHILD_LINK region.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (PHOENIX-5498) When dropping a view, send delete mutations for parent->child links from client to server rather than doing server-server RPCs

2020-08-05 Thread Chinmay Kulkarni (Jira)


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

Chinmay Kulkarni updated PHOENIX-5498:
--
Parent: PHOENIX-3534
Issue Type: Sub-task  (was: Improvement)

> When dropping a view, send delete mutations for parent->child links from 
> client to server rather than doing server-server RPCs
> --
>
> Key: PHOENIX-5498
> URL: https://issues.apache.org/jira/browse/PHOENIX-5498
> Project: Phoenix
>  Issue Type: Sub-task
>Affects Versions: 4.15.0, 5.1.0
>Reporter: Chinmay Kulkarni
>Priority: Major
> Fix For: 4.15.1, 5.1.1, 4.16.0
>
>
> Once we are able to generate delete mutations using the child view and parent 
> PTable, we should send the mutations directly from the client to the endpoint 
> coprocessor on SYSTEM.CHILD_LINK rather than doing a server-server RPC from 
> the SYSTEM.CATALOG region to the SYSTEM.CHILD_LINK region.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (PHOENIX-5498) When dropping a view, send delete mutations for parent->child links from client to server rather than doing server-server RPCs

2020-05-06 Thread Xinyi Yan (Jira)


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

Xinyi Yan updated PHOENIX-5498:
---
Fix Version/s: 4.16.0

> When dropping a view, send delete mutations for parent->child links from 
> client to server rather than doing server-server RPCs
> --
>
> Key: PHOENIX-5498
> URL: https://issues.apache.org/jira/browse/PHOENIX-5498
> Project: Phoenix
>  Issue Type: Improvement
>Affects Versions: 4.15.0, 5.1.0
>Reporter: Chinmay Kulkarni
>Priority: Major
> Fix For: 4.15.1, 5.1.1, 4.16.0
>
>
> Once we are able to generate delete mutations using the child view and parent 
> PTable, we should send the mutations directly from the client to the endpoint 
> coprocessor on SYSTEM.CHILD_LINK rather than doing a server-server RPC from 
> the SYSTEM.CATALOG region to the SYSTEM.CHILD_LINK region.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)