You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (Jira)" <ji...@apache.org> on 2023/02/15 22:37:00 UTC

[jira] [Commented] (IGNITE-18613) .NET: Thin 3.0: Balance requests across connections

    [ https://issues.apache.org/jira/browse/IGNITE-18613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17689373#comment-17689373 ] 

Igor Sapego commented on IGNITE-18613:
--------------------------------------

Looks good to me.

> .NET: Thin 3.0: Balance requests across connections
> ---------------------------------------------------
>
>                 Key: IGNITE-18613
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18613
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms, thin client
>    Affects Versions: 3.0.0-beta1
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET, ignite-3
>             Fix For: 3.0.0-beta2
>
>
> Currently, *ClientFailoverSocket.GetSocketAsync* sends all requests to default connection, unless partition awareness is involved. But many operations (such as SQL) do not use partition awareness and can be executed on any node. 
> Use round-robin for non-partition-aware requests to distribute the load across multiple connections.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)