This is an automated email from the ASF dual-hosted git repository.

av pushed a commit to branch ignite-20177
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit f120f9e747317cc190d909fe0d5b63fb834dedbc
Author: Anton Vinogradov <a...@apache.org>
AuthorDate: Mon Aug 7 23:14:55 2023 +0300

    WIP
---
 .../distributed/dht/colocated/GridDhtColocatedLockFuture.java     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java
index e5bb5d1a5d4..d523397f2ca 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java
@@ -354,8 +354,8 @@ public final class GridDhtColocatedLockFuture extends 
GridCacheCompoundIdentityF
                     lockVer,
                     true,
                     txEntry.locked(),
-                    inTx(),
-                    inTx() && tx.implicitSingle(),
+                    true,
+                    tx.implicitSingle(),
                     false,
                     false,
                     null,
@@ -374,8 +374,8 @@ public final class GridDhtColocatedLockFuture extends 
GridCacheCompoundIdentityF
                     lockVer,
                     true,
                     false,
-                    inTx(),
-                    inTx() && tx.implicitSingle(),
+                    false,
+                    false,
                     false,
                     false,
                     null,

Reply via email to