You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2020/06/07 16:39:00 UTC

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

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)