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 2018/03/05 09:26:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-7860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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 <tl...@...>
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)