anton-vinogradov commented on code in PR #12955:
URL: https://github.com/apache/ignite/pull/12955#discussion_r3010893155


##########
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryMessageFactory.java:
##########
@@ -223,6 +227,8 @@ public DiscoveryMessageFactory(Marshaller marsh, 
ClassLoader clsLdr) {
         factory.register(-200, TcpDiscoveryCollectionMessage::new,
             new TcpDiscoveryCollectionMessageMarshallableSerializer(marsh, 
clsLdr));
 
+        factory.register((short)-117, TcpDiscoveryNode::new, new 
TcpDiscoveryNodeMarshallableSerializer(marsh, clsLdr));

Review Comment:
   Cast is not required now



-- 
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]

Reply via email to