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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]