the-other-tim-brown commented on code in PR #12172:
URL: https://github.com/apache/hudi/pull/12172#discussion_r2037460186
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/HoodieMetrics.java:
##########
@@ -360,23 +360,23 @@ public void updateArchiveMetrics(long durationInMs, int
numInstantsArchived) {
public void updateFinalizeWriteMetrics(long durationInMs, long
numFilesFinalized) {
if (config.isMetricsOn()) {
- LOG.info(String.format("Sending finalize write metrics (%s=%d, %s=%d)",
DURATION_STR, durationInMs,
- FINALIZED_FILES_NUM_STR, numFilesFinalized));
+ LOG.debug("Sending finalize write metrics ({}={}, {}={})", DURATION_STR,
durationInMs,
Review Comment:
Flagging this class: I changed the level to debug since we have metrics here
the logging at info level seemed redundant.
--
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]