ptupitsyn commented on code in PR #11039:
URL: https://github.com/apache/ignite/pull/11039#discussion_r1393678929
##########
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:
Caches with same assignments are included in the same
`ClientCachePartitionAwarenessGroup`. If there is a node filter, then we use
separate `ClientCachePartitionAwarenessGroup` for such a cache.
I'm not sure if anything needs to be fixed or improved here.
--
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]