[
https://issues.apache.org/jira/browse/HDFS-16162?focusedWorklogId=636860&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-636860
]
ASF GitHub Bot logged work on HDFS-16162:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Aug/21 11:10
Start Date: 11/Aug/21 11:10
Worklog Time Spent: 10m
Work Description: jianghuazhu opened a new pull request #3295:
URL: https://github.com/apache/hadoop/pull/3295
…ter comments.
## NOTICE
Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
--
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: 636860)
Remaining Estimate: 0h
Time Spent: 10m
> Improve DFSUtil#checkProtectedDescendants() related parameter comments
> ----------------------------------------------------------------------
>
> Key: HDFS-16162
> URL: https://issues.apache.org/jira/browse/HDFS-16162
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: JiangHua Zhu
> Assignee: JiangHua Zhu
> Priority: Major
> Time Spent: 10m
> 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]