Vladsz83 commented on code in PR #13462:
URL: https://github.com/apache/ignite/pull/13462#discussion_r3783594004
##########
modules/core/src/main/java/org/apache/ignite/internal/util/distributed/SingleNodeMessage.java:
##########
@@ -27,12 +28,16 @@
/**
* Single node result message.
+ * <p>
+ * The process result travels both transports: this message carries it to the
coordinator by communication, and the
+ * {@link FullMessage} of the coordinator carries it back to every node by
discovery.
*
* @param <R> Result type.
* @see DistributedProcess
* @see FullMessage
* @see InitMessage
*/
+@JdkMarshalled
Review Comment:
`FullMessage` doesnt contain exaclty `SingleMessage`
--
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]