lhotari commented on code in PR #23874:
URL: https://github.com/apache/pulsar/pull/23874#discussion_r1926370865
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentDispatcherMultipleConsumers.java:
##########
@@ -335,6 +335,13 @@ public synchronized void readMoreEntries() {
}
return;
}
+ if (havePendingReplayRead) {
Review Comment:
Ok, I'll move the havePendingReplayRead state handling changes to a separate
PR. It's strictly not necessary for addressing the issue that the test
reproduced.
--
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]