Alexander Kolbasov created SENTRY-1808:
------------------------------------------
Summary: HMSFollower shouldn't use Thrift structures to store
persistent updates
Key: SENTRY-1808
URL: https://issues.apache.org/jira/browse/SENTRY-1808
Project: Sentry
Issue Type: Improvement
Components: Sentry
Affects Versions: sentry-ha-redesign
Reporter: Alexander Kolbasov
The addPaths() method in {{HMSFollower}} uses {{PathUpdate}} class to store
information about authz objects. The PathUpdate is designed as a wrapper around
Thrift {{TPathsUpdate}} structure which is very inefficient. The generated
PathUpdate is only used to store objects in the SentryStore, so it doesn't need
intermediate Thrift representation, it can be stored more efficiently.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)