ascherbakoff commented on code in PR #2720:
URL: https://github.com/apache/ignite-3/pull/2720#discussion_r1421718452
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##########
@@ -256,13 +257,15 @@ public String name() {
* @param tx The transaction, not null if explicit.
* @param fac Replica requests factory.
* @param noWriteChecker Used to handle operations producing no updates.
+ * @param retryOnLockConflict {@code True} to retry on lock conflict.
* @return The future.
*/
private <R> CompletableFuture<R> enlistInTx(
BinaryRowEx row,
@Nullable InternalTransaction tx,
IgniteTriFunction<InternalTransaction, ReplicationGroupId, Long,
ReplicaRequest> fac,
- BiPredicate<R, ReplicaRequest> noWriteChecker
+ BiPredicate<R, ReplicaRequest> noWriteChecker,
+ boolean retryOnLockConflict
Review Comment:
It's true
--
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]