anton-vinogradov commented on a change in pull request #9807:
URL: https://github.com/apache/ignite/pull/9807#discussion_r812892263



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearTxLocal.java
##########
@@ -2455,6 +2455,11 @@ private boolean enlistWriteEntry(GridCacheContext 
cacheCtx,
                         }
 
                         if (readRepairStrategy != null) { // Checking and 
repairing each locked entry (if necessary).
+                            AffinityTopologyVersion topVer = 
topologyVersionSnapshot();
+
+                            if (topVer == null)
+                                topVer = entryTopVer;

Review comment:
       Rolled back this change since it cannot be finished/proved during this 
fix.




-- 
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]


Reply via email to