Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-4325

ClientProtocol.createSymlink parameter dirPerm invalid

Add voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 2.0.4-alpha
    • None
    • hdfs-client, namenode

    Description

         * @param link The path of the link being created.
         * @param dirPerm permissions to use when creating parent directories
         * @param createParent - if true then missing parent dirs are created
         *                       if false then parent must exist
      

      According to javadoc, auto created parent dir's permissions will be dirPerm, but in fact directory permissions are always inherit from parent directory plus u+wx.
      IMHO, createSymlink behavior should be the same as create, which also inherit parent dir permission, so the current behavior makes sense, but the related dirPerm parameters should be removed cause it is invalid and confusing.

      Attachments

        1. HDFS-4325.v1.patch
          7 kB
          Binglin Chang

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            decster Binglin Chang
            decster Binglin Chang

            Dates

              Created:
              Updated:

              Slack

                Issue deployment