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


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/DBCheckpointServlet.java:
##########
@@ -130,6 +130,19 @@ private boolean hasPermission(UserGroupInformation user) {
     }
   }
 
+  private static void logSstFileList(List<String>sstList, int sampleSize) {
+    String msg = "Received list of {} SST files to be excluded{}: {}";

Review Comment:
   message should be a parameter



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