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


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -1746,7 +1745,7 @@ private CompletableFuture<FuturesCleanupResult> 
awaitCleanupReadyFutures(UUID tx
 
             txOps.futures.clear();
 
-            return txOps;
+            return null;

Review Comment:
   Yes we handle this case now - when a new operation comes in, in `compute` we 
first check the tx state.
   If it's final, we do not create a new one. If it's not final - we proceed as 
normal.



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