sk0x50 commented on a change in pull request #9352:
URL: https://github.com/apache/ignite/pull/9352#discussion_r702822784



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/topology/GridDhtPartitionTopologyImpl.java
##########
@@ -596,7 +596,8 @@ else if (localNode(p, aff))
 
                 long updateSeq = this.updateSeq.incrementAndGet();
 
-                cntrMap.clear();
+                if (!exchFut.firstEvent().eventNode().isClient() || 
exchFut.changedAffinity())

Review comment:
       Yes, you are absolutely correct.




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