You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Xinyi Yan (Jira)" <ji...@apache.org> on 2020/10/27 19:49:00 UTC

[jira] [Updated] (PHOENIX-5495) Avoid server-server RPCs when row locks are held inside MetaDataEndpointImpl

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

Xinyi Yan updated PHOENIX-5495:
-------------------------------
    Fix Version/s:     (was: 4.16.0)
                   4.17.0
                   4.16.1

> Avoid server-server RPCs when row locks are held inside MetaDataEndpointImpl
> ----------------------------------------------------------------------------
>
>                 Key: PHOENIX-5495
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5495
>             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.1, 4.17.0
>
>
> At various spots in MetaDataEndpointImpl, we acquire row locks and then while locks are held, do server-to-server RPC calls. This can lead to lock starvation if RPCs take too long. We should decouple such interactions as much as possible.



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