You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Lapin (JIRA)" <ji...@apache.org> on 2019/03/19 11:12:00 UTC

[jira] [Created] (IGNITE-11565) JDBC Thin: add connection resolution in case of multiple partitons

Alexander Lapin created IGNITE-11565:
----------------------------------------

             Summary: JDBC Thin: add connection resolution in case of multiple partitons
                 Key: IGNITE-11565
                 URL: https://issues.apache.org/jira/browse/IGNITE-11565
             Project: Ignite
          Issue Type: Task
          Components: jdbc
            Reporter: Alexander Lapin


At this moment, we only calculate target node id if there is none or single partitions. Implement node resolution logic for multiple partitions case. The basic idea is that we should use random node from one of presented in connections if it's derived from calculated partitions or totally random if there are no matches.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)