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/04/04 16:19:25 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=15224214#comment-15224214 ] 

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

GitHub user isapego opened a pull request:

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

    IGNITE-2916: Merged OdbcConfiguration#host and #port to #address.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/isapego/ignite ignite-2916

Alternatively you can review and apply these changes as the patch at:

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

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #601
    
----
commit ad8ff06d90d609af84ccb587b4905832aedb4410
Author: isapego <is...@gridgain.com>
Date:   2016-04-04T14:08:46Z

    IGNITE-2916: Merged OdbcConfiguration#host and #port to #address.

commit 9fb6ecb76d0e8de885ebc4a1521673aad0fa0eb3
Author: isapego <is...@gridgain.com>
Date:   2016-04-04T14:10:09Z

    IGNITE-2916: Enabled ODBC by default.

----


> 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)