You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Zhihua Deng (Jira)" <ji...@apache.org> on 2020/11/17 04:26:00 UTC

[jira] [Updated] (SENTRY-2565) Optimize the authorization of AuthorizingObjectStore

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

Zhihua Deng updated SENTRY-2565:
--------------------------------
    Attachment:     (was: SENTRY-2565.patch)

> Optimize the authorization of AuthorizingObjectStore
> ----------------------------------------------------
>
>                 Key: SENTRY-2565
>                 URL: https://issues.apache.org/jira/browse/SENTRY-2565
>             Project: Sentry
>          Issue Type: Improvement
>          Components: Hive Binding
>            Reporter: Zhihua Deng
>            Priority: Major
>
> A simple call of HiveMetaStoreClient can result to multiple calls to ObjectStore,  like drop database for example,  there are 1 call to getDatabase,  multiple calls in order to get all tables and one call per each table to get table details, etc. Each call will result a rpc to sentry for privileges. This can result to pool performance and more burden on sentry.



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