Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-1871

Improve performance of ACL lookups for the Sentry Name Node plugin

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • 1.8.0
    • None
    • Hdfs Plugin
    • None

    Description

      The performance of acl lookups for the HDFS is slow for very large numbers of paths because the paths are stored as a tree on the NN plugin side. When a lookup on an ACL occurs (getACLFeature call) it is a O(log n) operation for each one. This can be changed to a Hash lookup based on path of only paths with authorization objects attached to them. This would change it to a O(1) lookup per path.

      Attachments

        Activity

          People

            btowles Brian Towles
            btowles Brian Towles
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: