ptupitsyn commented on code in PR #1112:
URL: https://github.com/apache/ignite-3/pull/1112#discussion_r977481776


##########
modules/client/src/main/java/org/apache/ignite/internal/client/ReliableChannel.java:
##########
@@ -606,6 +621,21 @@ private void initAllChannelsAsync() {
         );
     }
 
+    private void onTopologyAssignmentChanged(ClientChannel clientChannel) {
+        // NOTE: Multiple channels will send the same update to us, resulting 
in multiple cache invalidations.
+        // This could be solved with a cluster-wide AssignmentVersion, but we 
don't have that.

Review Comment:
   Updated the IEP too 
https://cwiki.apache.org/confluence/display/IGNITE/IEP-95+Client+Partition+Awareness



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