[
https://issues.apache.org/jira/browse/IGNITE-7282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345054#comment-16345054
]
Pavel Tupitsyn commented on IGNITE-7282:
----------------------------------------
We should never retry any client operations, because many of them are not
idempotent and can cause side effects.
So the logic is: if operation has failed due to socket connection failure,
reconnect the socket (on next operation?), but fail current operation (and all
pending async ops)
> .NET: Thin client: Failover
> ---------------------------
>
> Key: IGNITE-7282
> URL: https://issues.apache.org/jira/browse/IGNITE-7282
> Project: Ignite
> Issue Type: Improvement
> Components: platforms, thin client
> Affects Versions: 2.4
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET
> Fix For: 2.5
>
>
> Currently user has to manually connect to some specific Ignite server.
> Implement some kind of automatic failover where Thin Client knows about
> multiple nodes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)