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 2022/04/15 07:14:00 UTC

[jira] [Updated] (IGNITE-16771) Thin 3.0: Compute cluster awareness

     [ https://issues.apache.org/jira/browse/IGNITE-16771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-16771:
------------------------------------
    Release Note: Thin client: Added cluster awareness to Compute calls - send request directly to the target node when possible.

> Thin 3.0: Compute cluster awareness
> -----------------------------------
>
>                 Key: IGNITE-16771
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16771
>             Project: Ignite
>          Issue Type: Improvement
>          Components: compute, thin client
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha5
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, all Compute operations go through the default node. Improve client compute with cluster awareness:
> * Correspond client connections with node id (extend handshake)
> * *Compute.Execute*: match specified set of nodes against active connections. If there are matches, pick random. Otherwise, use default connection and let the server handle node mapping.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)