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 9dc4fad2f675a4dbaaa63f4b4728fd6c3d218a1f
Author: Anton Vinogradov <a...@apache.org>
AuthorDate: Tue Aug 8 15:13:08 2023 +0300

    WIP
---
 .../cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 d523397f2ca..45befc2d391 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
@@ -1519,7 +1519,7 @@ public final class GridDhtColocatedLockFuture extends 
GridCacheCompoundIdentityF
 
                     IgniteInternalFuture<TxDeadlock> fut = 
cctx.tm().detectDeadlock(tx, keys);
 
-                    fut.listen((IgniteInternalFuture<TxDeadlock> fut) -> {
+                    fut.listen((IgniteInternalFuture<TxDeadlock> fut0) -> {
                         try {
                             TxDeadlock deadlock = fut.get();
 

Reply via email to