ascherbakoff commented on code in PR #2720:
URL: https://github.com/apache/ignite-3/pull/2720#discussion_r1421721867


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##########
@@ -958,7 +987,8 @@ public CompletableFuture<Void> 
upsertAll(Collection<BinaryRowEx> rows, InternalT
                 tx,
                 this::upsertAllInternal,
                 RowBatch::allResultFutures,
-                (res, req) -> false
+                (res, req) -> false,
+                false

Review Comment:
   Currently retry logic enabled only for datastreamer as a showcase. All other 
places must be evaluated in a separate ticket due to a big amount of changes, 
because many tests can be affected.



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