Vladsz83 commented on a change in pull request #9768:
URL: https://github.com/apache/ignite/pull/9768#discussion_r815497917
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/service/LazyServiceConfiguration.java
##########
@@ -40,6 +40,10 @@
/** */
private byte[] srvcBytes;
+ /** Known service methods to build service statistics. */
+ @GridToStringExclude
+ private String[] knownMtdNames;
Review comment:
PlatformService, like any service, has many instances. ServiceConfig or
service context has single instance. It's better to store one instance of
shared resource/config.
--
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]