adoroszlai commented on code in PR #6072:
URL: https://github.com/apache/ozone/pull/6072#discussion_r1468475188
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneListStatusHelper.java:
##########
@@ -81,6 +81,7 @@ OzoneFileStatus apply(OmKeyArgs args, String clientAddress,
this.omDefaultReplication = omDefaultReplication;
}
+ @SuppressWarnings("methodlength")
Review Comment:
Maybe even can be split into several methods (validate parameters, handle
different cases, collect results, etc.).
--
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]