[jira] [Commented] (IGNITE-9704) JDBC thin: round-robin connection distribution

2018-09-26 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on IGNITE-9704:


Github user devozerov closed the pull request at:

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


> JDBC thin: round-robin connection distribution
> --
>
> Key: IGNITE-9704
> URL: https://issues.apache.org/jira/browse/IGNITE-9704
> Project: Ignite
>  Issue Type: Task
>  Components: jdbc
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
>Priority: Major
> Fix For: 2.7
>
>
> Currently every connection picks random IP address from connection string. 
> This may lead to considerable imbalances between cluster nodes. Let's user 
> round-robin instead of random.



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


[jira] [Commented] (IGNITE-9704) JDBC thin: round-robin connection distribution

2018-09-26 Thread Vladimir Ozerov (JIRA)


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

Vladimir Ozerov commented on IGNITE-9704:
-

Test run: https://ci.ignite.apache.org/viewQueued.html?itemId=1948275

> JDBC thin: round-robin connection distribution
> --
>
> Key: IGNITE-9704
> URL: https://issues.apache.org/jira/browse/IGNITE-9704
> Project: Ignite
>  Issue Type: Task
>  Components: jdbc
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
>Priority: Major
> Fix For: 2.7
>
>
> Currently every connection picks random IP address from connection string. 
> This may lead to considerable imbalances between cluster nodes. Let's user 
> round-robin instead of random.



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


[jira] [Commented] (IGNITE-9704) JDBC thin: round-robin connection distribution

2018-09-26 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on IGNITE-9704:


GitHub user devozerov opened a pull request:

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

IGNITE-9704



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

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

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

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


commit 46c678af25af0f23a14d49dd1e430d862b48f819
Author: devozerov 
Date:   2018-09-12T08:00:00Z

Done.




> JDBC thin: round-robin connection distribution
> --
>
> Key: IGNITE-9704
> URL: https://issues.apache.org/jira/browse/IGNITE-9704
> Project: Ignite
>  Issue Type: Task
>  Components: jdbc
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
>Priority: Major
> Fix For: 2.7
>
>
> Currently every connection picks random IP address from connection string. 
> This may lead to considerable imbalances between cluster nodes. Let's user 
> round-robin instead of random.



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