[jira] [Commented] (IGNITE-7811) ODBC: Implement connection failover

2018-03-19 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-7811:


Github user asfgit closed the pull request at:

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


> ODBC: Implement connection failover
> ---
>
> Key: IGNITE-7811
> URL: https://issues.apache.org/jira/browse/IGNITE-7811
> Project: Ignite
>  Issue Type: New Feature
>  Components: odbc
>Affects Versions: 2.4
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>Priority: Major
>  Labels: odbc
> Fix For: 2.5
>
>
> Currently user has to manually connect to some specific Ignite server.
> Implement some kind of automatic failover where ODBC driver knows about 
> multiple nodes.



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


[jira] [Commented] (IGNITE-7811) ODBC: Implement connection failover

2018-03-19 Thread Sergey Kalashnikov (JIRA)

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

Sergey Kalashnikov commented on IGNITE-7811:


[~isapego], Looks good to me. Thanks!

> ODBC: Implement connection failover
> ---
>
> Key: IGNITE-7811
> URL: https://issues.apache.org/jira/browse/IGNITE-7811
> Project: Ignite
>  Issue Type: New Feature
>  Components: odbc
>Affects Versions: 2.4
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>Priority: Major
>  Labels: odbc
> Fix For: 2.5
>
>
> Currently user has to manually connect to some specific Ignite server.
> Implement some kind of automatic failover where ODBC driver knows about 
> multiple nodes.



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


[jira] [Commented] (IGNITE-7811) ODBC: Implement connection failover

2018-03-19 Thread Igor Sapego (JIRA)

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

Igor Sapego commented on IGNITE-7811:
-

[~skalashnikov], fixed errors? answered some questions in review. Please, take 
a look again.

> ODBC: Implement connection failover
> ---
>
> Key: IGNITE-7811
> URL: https://issues.apache.org/jira/browse/IGNITE-7811
> Project: Ignite
>  Issue Type: New Feature
>  Components: odbc
>Affects Versions: 2.4
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>Priority: Major
>  Labels: odbc
> Fix For: 2.5
>
>
> Currently user has to manually connect to some specific Ignite server.
> Implement some kind of automatic failover where ODBC driver knows about 
> multiple nodes.



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


[jira] [Commented] (IGNITE-7811) ODBC: Implement connection failover

2018-03-19 Thread Sergey Kalashnikov (JIRA)

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

Sergey Kalashnikov commented on IGNITE-7811:


[~isapego], I have reviewed the changes. Looks good. I only have few minor 
comments. Please check the upsource.

> ODBC: Implement connection failover
> ---
>
> Key: IGNITE-7811
> URL: https://issues.apache.org/jira/browse/IGNITE-7811
> Project: Ignite
>  Issue Type: New Feature
>  Components: odbc
>Affects Versions: 2.4
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>Priority: Major
>  Labels: odbc
> Fix For: 2.5
>
>
> Currently user has to manually connect to some specific Ignite server.
> Implement some kind of automatic failover where ODBC driver knows about 
> multiple nodes.



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


[jira] [Commented] (IGNITE-7811) ODBC: Implement connection failover

2018-03-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-7811:


GitHub user isapego opened a pull request:

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

IGNITE-7811: ODBC: Implemented connection failover



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

$ git pull https://github.com/gridgain/apache-ignite ignite-7811

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

https://github.com/apache/ignite/pull/3643.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 #3643


commit 3446fa362ded005b159fecb63769152d458963c2
Author: Igor Sapego 
Date:   2018-02-27T14:35:00Z

IGNITE-7811: Minor changes

commit de9e0062c947a401aecb097f853f94c86b58c09f
Author: Igor Sapego 
Date:   2018-03-05T16:19:27Z

IGNITE-7811: Fixed SslMode

commit 3ac07ac59ba7fcbed0684ba9a34efbb1e7568b8f
Author: Igor Sapego 
Date:   2018-03-05T16:20:59Z

IGNITE-7811: Moved connect string parsing to separate class.

commit 62689c454fd9c6761a71d939eae4de76a7e4606c
Author: Igor Sapego 
Date:   2018-03-05T16:27:36Z

IGNITE-7811: Removed ConnectionStringBase

commit c43a2a4026f2cb5cad5d3b9956a293cd0e9c0f73
Author: Igor Sapego 
Date:   2018-03-05T17:10:52Z

IGNITE-7811: Implemented SettableValue

commit 3bfa4b3dd9192a4248254e9d2fc77d6c78df969e
Author: Igor Sapego 
Date:   2018-03-06T15:07:07Z

IGNITE-7811: Configuration adjusted

commit bc1bffedf964c6c44d55ceb7959a258ecacbf748
Author: Igor Sapego 
Date:   2018-03-07T15:04:13Z

IGNITE-7811: Fixed compiliation

commit 7603cb8aea4bd5248c95a6da5d6fcfffabca9d14
Author: Igor Sapego 
Date:   2018-03-13T15:02:10Z

IGNITE-7811: Fixed tests

commit 4a85dcd8cb95f386c7a47a09c0eacf21d7f529d4
Author: Igor Sapego 
Date:   2018-03-13T16:24:59Z

IGNITE-7811: Added test

commit 4ce91db5b51b7e0c2670cd3c14cff2446ccf9e24
Author: Igor Sapego 
Date:   2018-03-14T11:39:39Z

IGNITE-7811: Fixed tests

commit f8cc48e5f035e14990dfaa7edf9dafbb48c5980c
Author: Igor Sapego 
Date:   2018-03-15T13:00:55Z

IGNITE-7811: Changed random number generation algorithm.

commit aeefaa1905aa56fb0d1272c4d4ccca996526a365
Author: Igor Sapego 
Date:   2018-03-15T14:35:10Z

IGNITE-7811: Added connection restoring

commit db80848bdf56a18d3dfd36c2e6fff671e4d73d5f
Author: Igor Sapego 
Date:   2018-03-15T15:39:45Z

IGNITE-7811: Added port range parsing

commit bdeab5edccd77ab67c3ec31a787a1ad1a3b45363
Author: Igor Sapego 
Date:   2018-03-15T15:49:29Z

IGNITE-7811: Implemented connection to the range

commit 572987854d1d66af2d1a87c16ce7bd2c2bb2a3c3
Author: Igor Sapego 
Date:   2018-03-15T16:08:15Z

IGNITE-7811: Refactored tests

commit 673ce3a95b8789281e28da9692e687b102066726
Author: Igor Sapego 
Date:   2018-03-15T16:16:25Z

IGNITE-7811: Added tests

commit 33c82ae50f41e6cd44ddf840bd2a02f46f022497
Author: Igor Sapego 
Date:   2018-03-15T16:47:05Z

IGNITE-7811: Fixes for Linux




> ODBC: Implement connection failover
> ---
>
> Key: IGNITE-7811
> URL: https://issues.apache.org/jira/browse/IGNITE-7811
> Project: Ignite
>  Issue Type: New Feature
>  Components: odbc
>Affects Versions: 2.4
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>Priority: Major
>  Labels: odbc
> Fix For: 2.5
>
>
> Currently user has to manually connect to some specific Ignite server.
> Implement some kind of automatic failover where ODBC driver knows about 
> multiple nodes.



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