Cyrill commented on code in PR #3540:
URL: https://github.com/apache/ignite-3/pull/3540#discussion_r1559091500


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -440,6 +467,12 @@ private CompletableFuture<?> processRequest(ReplicaRequest 
request, @Nullable Bo
                         processOperationRequestWithTxRwCounter(senderId, 
request, isPrimary, opTsIfDirectRo, leaseStartTime));
     }
 
+    private CompletableFuture<Void> 
processCleanupRecoveryMessage(TxCleanupRecoveryRequest request) {
+        runPersistentStorageScan();

Review Comment:
   A thread from ReplicaManager.requestsExecutor pool. Do you believe we need 
to offload it to a separate pool?



-- 
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]

Reply via email to