adoroszlai commented on code in PR #8186:
URL: https://github.com/apache/ozone/pull/8186#discussion_r2026723908


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/DBCheckpointServlet.java:
##########
@@ -229,9 +242,7 @@ private void generateSnapshotCheckpoint(HttpServletRequest 
request,
       long duration = Duration.between(start, end).toMillis();
       LOG.info("Time taken to write the checkpoint to response output " +
           "stream: {} milliseconds", duration);
-
-      LOG.info("Excluded SST {} from the latest checkpoint.",
-          excludedSstList);
+      logSstFileList(excludedSstList, msg, 5);

Review Comment:
   > message should be a parameter
   
   It should be a parameter to pass different message each time.
   
   - `Received list of {} SST files to be excluded{}: {}`
   - `Excluded {} SST files from the latest checkpoint{}: {}`
   
   Sorry if it was not clear.



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