myskov commented on code in PR #8329:
URL: https://github.com/apache/ozone/pull/8329#discussion_r2058203063
##########
hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/HddsTestUtils.java:
##########
@@ -258,18 +258,19 @@ public static StorageReportProto
createStorageReport(DatanodeID nodeId, String p
return createStorageReport(nodeId, path, capacity, used, remaining,
type, false);
}
- /**
- * Creates storage report with the given information.
- *
- * @param nodeId datanode id
- * @param path storage dir
- * @param capacity storage size
- * @param used space used
- * @param remaining space remaining
- * @param type type of storage
- *
- * @return StorageReportProto
- */
+
+ /**
+ * Creates storage report with the given information.
+ *
+ * @param nodeId datanode id
Review Comment:
This one. Actually, it is the only one. Otherwise looks good
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]