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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org