gaoran10 commented on a change in pull request #9852:
URL: https://github.com/apache/pulsar/pull/9852#discussion_r591638577
##########
File path:
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerImpl.java
##########
@@ -2954,6 +2955,7 @@ private void cleanupOffloaded(long ledgerId, UUID uuid,
String offloadDriverName
* identify offloader
*/
Map<String, String> offloadDriverMetadata, String cleanupReason) {
+ log.info("cleanup offloaded data uuid {} for reason {}",
uuid.toString(), cleanupReason);
Review comment:
Yes, I think the cleanup offloaded data is a low-frequency operation.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]