You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/05 09:49:20 UTC

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

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

ASF GitHub Bot commented on IGNITE-2916:
----------------------------------------

Github user isapego closed the pull request at:

    https://github.com/apache/ignite/pull/601


> 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: Vladimir Ozerov
>            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)