You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/03/30 14:47:25 UTC

[jira] [Created] (IGNITE-2916) ODBC: Merge host and port into a single property.

Vladimir Ozerov created IGNITE-2916:
---------------------------------------

             Summary: ODBC: Merge host and port into a single property.
                 Key: IGNITE-2916
                 URL: https://issues.apache.org/jira/browse/IGNITE-2916
             Project: Ignite
          Issue Type: Task
          Components: odbc
    Affects Versions: 1.5.0.final
            Reporter: Vladimir Ozerov
            Assignee: Igor Sapego
            Priority: Critical
             Fix For: 1.6


See {{OdbcConfiguration}}. Currently we specify host and port separately. Instead, we should do the following:
1) Merge them in a single String property "address".
2) It might be set as either "host:port" or "host:port1..port2". In the last case we should iterate over the list of available ports and bind to the first not occupied.
3) Add validation code which should be triggered on ODBC processor start.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)