JiangHua Zhu created HDFS-16803:
-----------------------------------

             Summary: 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: 3.3.4, 2.9.2
            Reporter: JiangHua Zhu


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: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to