Vladsz83 commented on code in PR #11039:
URL: https://github.com/apache/ignite/pull/11039#discussion_r1403589692
##########
modules/core/src/test/java/org/apache/ignite/internal/client/thin/ThinClientAbstractPartitionAwarenessTest.java:
##########
@@ -389,4 +399,14 @@ public boolean isClosed() {
return cfg.getAddresses().toString();
}
}
+
+ /**
+ * Excludes node if its consistent id ends with 'Test1'.
+ */
+ protected static final class ConsistentIdNodeFilter implements
IgnitePredicate<ClusterNode> {
Review Comment:
We check filters equality for a cache group only by their classes. A
parametrized filter is a "bad example" for a user.
--
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]