[ 
https://issues.apache.org/jira/browse/HDFS-16803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617544#comment-17617544
 ] 

ASF GitHub Bot commented on HDFS-16803:
---------------------------------------

jianghuazhu opened a new pull request, #5031:
URL: https://github.com/apache/hadoop/pull/5031

   ### Description of PR
   In FSDirRenameOp, some annotations are out of date. The purpose of this pr 
is to fix them.
   Details: HDFS-16803
   
   
   ### How was this patch tested?
   Not too stressful for testing.
   




> Improve some annotations in FSDirRenameOp
> -----------------------------------------
>
>                 Key: HDFS-16803
>                 URL: https://issues.apache.org/jira/browse/HDFS-16803
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: documentation, namenode
>    Affects Versions: 2.9.2, 3.3.4
>            Reporter: JiangHua Zhu
>            Assignee: JiangHua Zhu
>            Priority: Major
>
> In FSDirRenameOp, some annotations are out of date. E.g:
> {code:java}
>   /**
>    * @see {@link #unprotectedRenameTo(FSDirectory, String, String, 
> INodesInPath,
>    * INodesInPath, long, BlocksMapUpdateInfo, Options.Rename...)}
>    */
>   static RenameResult renameTo(FSDirectory fsd, FSPermissionChecker pc,
>       String src, String dst, BlocksMapUpdateInfo collectedBlocks,
>       boolean logRetryCache,Options.Rename... options)
>           throws IOException {
> {code}
> We should try to improve these annotations to make the documentation look 
> more comfortable.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to