gavinchou commented on code in PR #39353:
URL: https://github.com/apache/doris/pull/39353#discussion_r1716665568


##########
cloud/src/recycler/obj_storage_client.cpp:
##########
@@ -42,6 +42,7 @@ ObjectStorageResponse 
ObjStorageClient::delete_objects_recursively_(ObjectStorag
             continue;
         }
 
+        num_deleted_objects++;

Review Comment:
   <img width="798" alt="image" 
src="https://github.com/user-attachments/assets/18f8769c-295d-4788-b72d-9077844c304e";>
   



##########
cloud/src/recycler/obj_storage_client.cpp:
##########
@@ -69,6 +70,9 @@ ObjectStorageResponse 
ObjStorageClient::delete_objects_recursively_(ObjectStorag
             ret = -1;
         }
     }
+    LOG(INFO) << "delete objects under " << path.bucket << "/" << path.key

Review Comment:
   also log the time elapsed 



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