[jira] [Commented] (IGNITE-7860) JDBC thin driver: set default socket buffer sizes to greater value

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

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

ASF GitHub Bot commented on IGNITE-7860:


Github user asfgit closed the pull request at:

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


> JDBC thin driver: set default socket buffer sizes to greater value
> --
>
> Key: IGNITE-7860
> URL: https://issues.apache.org/jira/browse/IGNITE-7860
> Project: Ignite
>  Issue Type: Task
>  Components: jdbc
>Affects Versions: 2.3, 2.4
>Reporter: Vladimir Ozerov
>Assignee: Taras Ledkov
>Priority: Major
> Fix For: 2.5
>
>
> Currently they are set to zero, meaning that OS will use it's default. But 
> tyically these defaults are too pessimistic. Let's set them to 64Kb.



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


[jira] [Commented] (IGNITE-7860) JDBC thin driver: set default socket buffer sizes to greater value

2018-03-05 Thread Taras Ledkov (JIRA)

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

Taras Ledkov commented on IGNITE-7860:
--

[~vozerov], please review the simple patch.
JDBC tests are OK.

> JDBC thin driver: set default socket buffer sizes to greater value
> --
>
> Key: IGNITE-7860
> URL: https://issues.apache.org/jira/browse/IGNITE-7860
> Project: Ignite
>  Issue Type: Task
>  Components: jdbc
>Affects Versions: 2.3, 2.4
>Reporter: Vladimir Ozerov
>Assignee: Taras Ledkov
>Priority: Major
> Fix For: 2.5
>
>
> Currently they are set to zero, meaning that OS will use it's default. But 
> tyically these defaults are too pessimistic. Let's set them to 64Kb.



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


[jira] [Commented] (IGNITE-7860) JDBC thin driver: set default socket buffer sizes to greater value

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

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

ASF GitHub Bot commented on IGNITE-7860:


GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-7860 JDBC thin driver: set default socket buffer sizes to 64Kb



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

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

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

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


commit bd9d6dccc6c176376b2ea629f952f2ff7937f2cd
Author: tledkov-gridgain 
Date:   2018-03-05T09:24:17Z

IGNITE-7860 JDBC thin driver: set default socket buffer sizes to 64Kb




> JDBC thin driver: set default socket buffer sizes to greater value
> --
>
> Key: IGNITE-7860
> URL: https://issues.apache.org/jira/browse/IGNITE-7860
> Project: Ignite
>  Issue Type: Task
>  Components: jdbc
>Affects Versions: 2.3, 2.4
>Reporter: Vladimir Ozerov
>Assignee: Taras Ledkov
>Priority: Major
> Fix For: 2.5
>
>
> Currently they are set to zero, meaning that OS will use it's default. But 
> tyically these defaults are too pessimistic. Let's set them to 64Kb.



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