Ivan Gagarkin created IGNITE-20175:
--------------------------------------
Summary: Revise and update java doc of MessagingService
Key: IGNITE-20175
URL: https://issues.apache.org/jira/browse/IGNITE-20175
Project: Ignite
Issue Type: Bug
Reporter: Ivan Gagarkin
As a result of IGNITE-16948, we got the parameter 'channelType'.
{code:java}
org.apache.ignite.network.MessagingService#send(org.apache.ignite.network.ClusterNode,
org.apache.ignite.network.ChannelType,
org.apache.ignite.network.NetworkMessage)
org.apache.ignite.network.MessagingService#send(java.lang.String,
org.apache.ignite.network.ChannelType, org.apache.ignite.network.NetworkMessage)
org.apache.ignite.network.MessagingService#respond(java.lang.String,
org.apache.ignite.network.ChannelType,
org.apache.ignite.network.NetworkMessage, long)
org.apache.ignite.network.MessagingService#invoke(org.apache.ignite.network.ClusterNode,
org.apache.ignite.network.ChannelType,
org.apache.ignite.network.NetworkMessage, long){code}
It affects guarantees about the ordering of messages, but it's not reflected in
the doc. Also, it's not clear which channel is used, if ChannelType is not
specified. We need to update the Java doc according to the changes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)