Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.2.0
-
None
-
None
Description
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.