SaketaChalamchala commented on code in PR #5660:
URL: https://github.com/apache/ozone/pull/5660#discussion_r1460077629
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/impl/HddsDispatcher.java:
##########
@@ -904,4 +945,7 @@ private static Map<String, String> getAuditParams(
}
+ private boolean isExceedThreshold(long opLatencyMs) {
Review Comment:
nit: Can we change the function name to `isOperationSlow()` to make it more
readable.
--
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]