poorbarcode commented on code in PR #24189:
URL: https://github.com/apache/pulsar/pull/24189#discussion_r2111807395


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/GeoPersistentReplicator.java:
##########
@@ -81,7 +81,7 @@ protected CompletableFuture<Void> prepareCreateProducer() {
     }
 
     @Override
-    protected boolean replicateEntries(List<Entry> entries) {
+    protected boolean replicateEntries(List<Entry> entries, final InFlightTask 
inFlightTask) {

Review Comment:
   Confirmed: all reading callback will be executed in the same thread 
`ManagedLedgerImpl.executor`, which is a single thread executor



-- 
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-unsubscr...@pulsar.apache.org

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

Reply via email to