ptupitsyn commented on code in PR #11039:
URL: https://github.com/apache/ignite/pull/11039#discussion_r1392850319
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/client/cache/ClientCachePartitionsRequest.java:
##########
@@ -187,15 +186,6 @@ private static boolean isApplicable(CacheConfiguration<?,
?> ccfg, boolean withC
if (ccfg.getCacheMode() != CacheMode.PARTITIONED)
return false;
- IgnitePredicate<?> filter = ccfg.getNodeFilter();
Review Comment:
We can't remove this logic. Partition assignments are grouped into
`ClientCachePartitionAwarenessGroup`, where caches have the same assignment.
Caches with a node filter have different assignment, as explained below.
--
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]