Vladsz83 commented on code in PR #12878:
URL: https://github.com/apache/ignite/pull/12878#discussion_r2919229501
##########
modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoManager.java:
##########
@@ -449,7 +449,7 @@ public void resetMetrics() {
List<MessageFactoryProvider> compMsgs = new ArrayList<>();
- compMsgs.add(new GridIoMessageFactory());
+ compMsgs.add(new GridIoMessageFactory(marsh,
U.resolveClassLoader(ctx.config())));
Review Comment:
ErrorMessage had used `jdk()` marshaller. Does it guarantee JDK marshaller?
It seems we have to keep BinaryMarshaller and `JDKMarshaller` within
`GridIoMessageFactory` for various messages
--
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]