Ivan Zlenko created IGNITE-26796:
------------------------------------
Summary: Update javaDoc for ReplicaService#invoke
Key: IGNITE-26796
URL: https://issues.apache.org/jira/browse/IGNITE-26796
Project: Ignite
Issue Type: Improvement
Reporter: Ivan Zlenko
JavaDoc for ReplicaService#invoke is not up to date with how actually method
invocation works right now.
There is at least section describing that we can receive an error in case if
request was sent to an incorrect node.
{code}
* @see ReplicaUnavailableException If replica with given replication group
id doesn't exist or not started yet.
{code}
>From this description one could expect that such result could be returned as
>soon as request was sent. However we still will wait for transaction timeout
>to occur to return an error.
It would be better to improve javaDoc here, so it will be easier to understand
what behavior is expected.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)