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


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/client/ScmClient.java:
##########
@@ -496,34 +496,34 @@ List<HddsProtos.DatanodeDiskBalancerInfoProto> 
getDiskBalancerReport(
    * @throws IOException
    */
   List<HddsProtos.DatanodeDiskBalancerInfoProto> getDiskBalancerStatus(
-      Optional<List<String>> hosts,
-      Optional<HddsProtos.DiskBalancerRunningStatus> runningStatus)
+      List<String> hosts,

Review Comment:
   Gargi, please add the "@Nullable" on every parameter that accepts null. 



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