Vladsz83 commented on code in PR #11539:
URL: https://github.com/apache/ignite/pull/11539#discussion_r1773970068
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/service/LazyServiceConfiguration.java:
##########
@@ -36,6 +37,10 @@ public class LazyServiceConfiguration extends
ServiceConfiguration {
@GridToStringExclude
private transient Service srvc;
+ /** Node filter. */
+ @GridToStringExclude
+ private transient IgnitePredicate<ClusterNode> nodeFilter;
Review Comment:
`ServiceConfiguration` already has this. Looks wierd.
--
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]