[jira] [Created] (IGNITE-13129) .NET: Thin Client auto retry idempotent operations on node failure

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-13129) .NET: Thin Client auto retry idempotent operations on node failure

Anton Vinogradov (Jira)
Pavel Tupitsyn created IGNITE-13129:
---------------------------------------

             Summary: .NET: Thin Client auto retry idempotent operations on node failure
                 Key: IGNITE-13129
                 URL: https://issues.apache.org/jira/browse/IGNITE-13129
             Project: Ignite
          Issue Type: Bug
          Components: platforms, thin client
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.9


.NET Thin Client supports failover, but user code is still responsible for catching exceptions and retrying operations.

1. IgniteClientException does not provide a reliable way for the user code to understand whether this is a node failure or something else
2. We can introduce RetryPolicy configuration parameter with values like `Reads`, `IdempotentWrites`, `All` and retry corresponding operations automatically and transparently for the user



--
This message was sent by Atlassian Jira
(v8.3.4#803005)