ascherbakoff commented on code in PR #2720:
URL: https://github.com/apache/ignite-3/pull/2720#discussion_r1421723725
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##########
@@ -1041,7 +1074,8 @@ public CompletableFuture<List<BinaryRow>>
insertAll(Collection<BinaryRowEx> rows
// All values are null, this means nothing was deleted.
return true;
- }
+ },
+ false
Review Comment:
Currently retries only enabled for a datastreamer as a showcase. All other
scenarios must be evaluated in different ticket due to a possible impact on
test logic.
--
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]