Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-1779

Small INodeDirectory enhancement to get all existing INodes components on a path

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 0.15.0
    • None
    • None

    Description

      This patch introduces INode[] INodeDirectory.getExistingPathINodes(String path), modeled over the existing getNode() / getINode().
      The purpose of this is to provide a way to retrieve all existing INodes in a path in a single tree scan.
      This to allow fast INode's permission (see HADOOP-1298) checking along the path, and without requiring the INode.parent field which could be removed (see HADOOP-1687).

      Attachments

        1. 1779_2007-08-27c.patch
          5 kB
          Christophe Taton

        Activity

          People

            kryzthov Christophe Taton
            kryzthov Christophe Taton
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: