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 6bc65f16cfc87b6568b2765c6331aa4c6d73dc89
Author: Anton Vinogradov <a...@apache.org>
AuthorDate: Tue Aug 8 15:13:52 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 45befc2d391..cd9f3b9714c 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
@@ -1296,7 +1296,7 @@ public final class GridDhtColocatedLockFuture extends 
GridCacheCompoundIdentityF
 
                 if (log.isDebugEnabled())
                     log.debug("Acquired lock for local DHT mapping [locId=" + 
cctx.nodeId() +
-                        ", mappedKeys=" + keys + ", fut=" + 
GridDhtColocatedLockFuture.this + ']');
+                        ", mappedKeys=" + keys + ", fut=" + this + ']');
 
                 if (inTx()) {
                     for (KeyCacheObject key : keys)

Reply via email to