kerneltime commented on code in PR #7517:
URL: https://github.com/apache/ozone/pull/7517#discussion_r1904441114
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/NSSummaryTask.java:
##########
@@ -112,6 +113,8 @@ public Pair<String, Boolean> process(OMUpdateEventBatch
events) {
if (!success) {
LOG.error("processWithOBS failed.");
}
+ LOG.debug("{} successfully processed in {} milliseconds",
Review Comment:
Is there a metric we publishes to Prometheus that covers this measurement?
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/NSSummaryTask.java:
##########
@@ -112,6 +113,8 @@ public Pair<String, Boolean> process(OMUpdateEventBatch
events) {
if (!success) {
LOG.error("processWithOBS failed.");
}
+ LOG.debug("{} successfully processed in {} milliseconds",
Review Comment:
Is there a metric we publish to Prometheus that covers this measurement?
--
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]