rpuch commented on code in PR #4974:
URL: https://github.com/apache/ignite-3/pull/4974#discussion_r1898889426


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -534,7 +540,7 @@ private CompletableFuture<?> processRequest(ReplicaRequest 
request, @Nullable Bo
         // Don't need to validate schema.
         if (opTs == null) {
             assert opTsIfDirectRo == null;
-            return processOperationRequestWithTxRwCounter(senderId, request, 
isPrimary, null, leaseStartTime);
+            return processOperationRequestWithWrappingLogic(senderId, request, 
isPrimary, null, leaseStartTime);

Review Comment:
   Renamed to `processOperationRequestWithTxOperationManagementLogic()` (one 
word shorter than you suggested as it was too ugly wrt line breaks)



-- 
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: notifications-unsubscr...@ignite.apache.org

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

Reply via email to