heesung-sn commented on code in PR #19045:
URL: https://github.com/apache/pulsar/pull/19045#discussion_r1090442037
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java:
##########
@@ -1563,6 +1571,8 @@ public void checkCompaction() {
}
if (backlogEstimate > compactionThreshold) {
+ log.info("topic:{} backlogEstimate:{} is bigger than
compactionThreshold:{}. Triggering compaction",
Review Comment:
I thought this topic compaction log is useful. Could you share your concerns
about this?
--
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]