You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Na Li (JIRA)" <ji...@apache.org> on 2019/02/15 15:31:00 UTC

[jira] [Created] (SENTRY-2499) HMS metadata creation shows slow performance when Object ownership is enabled

Na Li created SENTRY-2499:
-----------------------------

             Summary: HMS metadata creation shows slow performance when Object ownership is enabled
                 Key: SENTRY-2499
                 URL: https://issues.apache.org/jira/browse/SENTRY-2499
             Project: Sentry
          Issue Type: Bug
          Components: Sentry
    Affects Versions: 2.2.0
            Reporter: Na Li


Object Owner privilege is created in HMS post event listener. However, testing shows performance degradation due to changeID conflict when saving permission change in concurrent threads.

The solution is to move owner privilege creation from HMS post event listener to HMS Notification event processing, which is single thread. And therefore avoid the performance degradation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)