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 6fe45695b6f8ba75b626aef80dfa9ccc6fd9113c
Author: Anton Vinogradov <a...@apache.org>
AuthorDate: Mon Aug 7 23:03:10 2023 +0300

    WIP
---
 .../cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java  | 5 -----
 1 file changed, 5 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 d3f13813581..6a3060a6b88 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
@@ -1595,9 +1595,6 @@ public final class GridDhtColocatedLockFuture extends 
GridCacheCompoundIdentityF
         /** */
         private boolean rcvRes;
 
-        /** Remap topology version for debug purpose. */
-        private AffinityTopologyVersion remapTopVer;
-
         /**
          * @param node Node.
          * @param keys Keys.
@@ -1672,8 +1669,6 @@ public final class GridDhtColocatedLockFuture extends 
GridCacheCompoundIdentityF
                     return;
 
                 rcvRes = true;
-
-                remapTopVer = res.clientRemapVersion();
             }
 
             if (res.error() != null) {

Reply via email to