Tejaskriya commented on code in PR #7314:
URL: https://github.com/apache/ozone/pull/7314#discussion_r1820113847


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/impl/BlockDeletingService.java:
##########
@@ -153,8 +155,8 @@ public BackgroundTaskQueue getTasks() {
       metrics.incrTotalBlockChosenCount(totalBlocks);
       metrics.incrTotalContainerChosenCount(containers.size());
       if (containers.size() > 0) {
-        LOG.debug("Queued {} blocks from {} containers for deletion",
-            totalBlocks, containers.size());
+        LOG.info("Queued {} blocks from {} containers for deletion, 
blocksLimit was {}, elapsed time {}ms.",
+            totalBlocks, containers.size(), blocksLimitPerInterval, 
Time.monotonicNow() - startTime);

Review Comment:
   Do we simply convert the debug log you have pointed out to an info log, or 
do we want to add a info log in BlockDeletingService pointing out each 
container + number of blocks deleted for that container when it is added the 
the queue?



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