You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/18 07:37:28 UTC

[GitHub] [pulsar] mattisonchao commented on a diff in pull request #16545: PIP-187: Add API to analyze a subscription backlog and provide a accurate value

mattisonchao commented on code in PR #16545:
URL: https://github.com/apache/pulsar/pull/16545#discussion_r923017051


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentDispatcherMultipleConsumers.java:
##########
@@ -489,6 +489,7 @@ public SubType getType() {
 
     @Override
     public synchronized void readEntriesComplete(List<Entry> entries, Object ctx) {
+        log.info("read {}", entries.size(), new Exception("xxx").fillInStackTrace());

Review Comment:
   What is the purpose of this log?



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org