ChenSammi commented on code in PR #5391:
URL: https://github.com/apache/ozone/pull/5391#discussion_r1471274427


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/scm/protocol/ScmBlockLocationProtocol.java:
##########
@@ -138,4 +139,6 @@ List<AllocatedBlock> allocateBlock(long size, int numBlocks,
    */
   List<DatanodeDetails> sortDatanodes(List<String> nodes,
       String clientMachine) throws IOException;
+
+  InnerNode getClusterTree() throws IOException;

Review Comment:
   Could you add a javadoc for this new API? 



-- 
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]

Reply via email to