kalyan kumar kalvagadda created SENTRY-2450: -----------------------------------------------
Summary: HDFS ACL Synchronization after restoring permissions. Key: SENTRY-2450 URL: https://issues.apache.org/jira/browse/SENTRY-2450 Project: Sentry Issue Type: Sub-task Components: Sentry Affects Versions: 2.2.0 Reporter: kalyan kumar kalvagadda Assignee: kalyan kumar kalvagadda Whenever sentry permissions are synced, HDFS acl’s should be updated accordingly if the feature is enabled in backup cluster. This can be done in two ways # Record all the updates from import to sentry-perm-change so that namende fetches them and updates the ACL. This might be a challenging option as there are a lot of cases to consider. # Send a full permission update to Namenode so that ACL’s are created from scratch. This might be clean way. -- This message was sent by Atlassian JIRA (v7.6.3#76005)