[
https://issues.apache.org/jira/browse/HDFS-16162?focusedWorklogId=637216&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-637216
]
ASF GitHub Bot logged work on HDFS-16162:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Aug/21 01:41
Start Date: 12/Aug/21 01:41
Worklog Time Spent: 10m
Work Description: jianghuazhu commented on pull request #3295:
URL: https://github.com/apache/hadoop/pull/3295#issuecomment-897280333
Some exceptions occurred in UT.
But it seems that these phenomena are not highly related to the code I
submitted;
--
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: 637216)
Time Spent: 0.5h (was: 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
> Reporter: JiangHua Zhu
> Assignee: JiangHua Zhu
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.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]