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: [email protected]
For additional commands, e-mail: [email protected]