[
https://issues.apache.org/jira/browse/IGNITE-20802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-20802:
------------------------------------
Summary: Java Thin Client doesn't retry service invocation on
node-left-exception (was: Java Thin Client doesn't retry service invocation on
node-left-exception. )
> Java Thin Client doesn't retry service invocation on node-left-exception
> ------------------------------------------------------------------------
>
> Key: IGNITE-20802
> URL: https://issues.apache.org/jira/browse/IGNITE-20802
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladimir Steshin
> Priority: Major
> Attachments: ServiceCallRetryThinClientTest.java
>
>
> Consider:
> 1) Thin Client sends a service call request to some node A.
> 2) Node A has no the service instance and executes remote service invocation
> task to node B.
> 3) Node B leaves cluster at the same time.
> 4) The service call redirection task fails on node A.
> 5) Node A terminates the initial client request raising a Node-B-Left
> Exception.
> 6) The client receives this exception and does not process it with a service
> call retry.
> The service invocation request should be retried.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)