lhotari commented on pull request #10180: URL: https://github.com/apache/pulsar/pull/10180#issuecomment-828134630
Another location where the `readEntries` call is explicitly wrapped in a synchronized block https://github.com/apache/pulsar/blob/875262a0ae2fba82a6dd7d46dd2467d675b0d9c3/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentDispatcherMultipleConsumers.java#L612-L621 I'm running an experiment to see if tests pass when readEntries method is made `synchronized`. -- 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]
