Vladsz83 commented on a change in pull request #9768:
URL: https://github.com/apache/ignite/pull/9768#discussion_r815491421
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/services/PlatformServices.java
##########
@@ -822,5 +826,7 @@ private static void
writeFailedConfiguration(BinaryRawWriterEx w, ServiceConfigu
if (svcCfg.getNodeFilter() instanceof PlatformClusterNodeFilterImpl)
dotnetFilter =
((PlatformClusterNodeFilterImpl)svcCfg.getNodeFilter()).getInternalPredicate();
w.writeObjectDetached(dotnetFilter);
+
+ w.writeBoolean(svcCfg.isStatisticsEnabled());
Review comment:
Back to .NET? Not sure. The platform doesn't need to know the methods
were tried to get covered by the statistics. On the platform side the methods
are known.
--
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]