timoninmaxim commented on code in PR #12243:
URL: https://github.com/apache/ignite/pull/12243#discussion_r2285478314
##########
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManager.java:
##########
@@ -345,6 +345,7 @@ public GridDiscoveryManager(GridKernalContext ctx) {
DiscoverySpi spi = getSpi();
spi.setNodeAttributes(ctx.nodeAttributes(), VER);
+ spi.setMessageFactory(ctx.io().messageFactory());
Review Comment:
Will create a separate MessageFactory for discovery
--
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]