[ 
https://issues.apache.org/jira/browse/HDFS-16162?focusedWorklogId=638575&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-638575
 ]

ASF GitHub Bot logged work on HDFS-16162:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Aug/21 08:47
            Start Date: 17/Aug/21 08:47
    Worklog Time Spent: 10m 
      Work Description: jojochuang commented on pull request #3295:
URL: https://github.com/apache/hadoop/pull/3295#issuecomment-900112457


   merged. thanks all!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 638575)
    Time Spent: 1.5h  (was: 1h 20m)

> Improve DFSUtil#checkProtectedDescendants() related parameter comments
> ----------------------------------------------------------------------
>
>                 Key: HDFS-16162
>                 URL: https://issues.apache.org/jira/browse/HDFS-16162
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: JiangHua Zhu
>            Assignee: JiangHua Zhu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.4.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Some parameter comments related to DFSUtil#checkProtectedDescendants() are 
> missing, for example:
>     /**
>      * If the given directory has any non-empty protected descendants, throw
>      * (Including itself).
>      *
>      * @param iip directory, to check its descendants.
>      * @throws AccessControlException if it is a non-empty protected 
> descendant
>      *                                found.
>      * @throws ParentNotDirectoryException
>      * @throws UnresolvedLinkException
>      */
>     public static void checkProtectedDescendants(
>         FSDirectory fsd, INodesInPath iip)
>             Throw AccessControlException, UnresolvedLinkException,
>             ParentNotDirectoryException {
> The description of fsd is missing here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to