You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by selvaganesang <gi...@git.apache.org> on 2018/08/13 23:48:12 UTC

[GitHub] trafodion pull request #1693: [TRAFODION-3180] At times establishing a JDBC/...

GitHub user selvaganesang opened a pull request:

    https://github.com/apache/trafodion/pull/1693

    [TRAFODION-3180] At times establishing a JDBC/ODBC connection takes o…

    …bservably long time
    
    When the sock stream is in use, socket close is kept pending in a queue till it can
    be closed. But, the sockets from this queue is never closed. Added code
    to close the sockets from this queue at the time of creating the socket stream next
    time.

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

    $ git pull https://github.com/selvaganesang/trafodion close_wait

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

    https://github.com/apache/trafodion/pull/1693.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 #1693
    
----
commit d51fe9e66f0b09809d803970a952496fdd122a48
Author: selvaganesang <se...@...>
Date:   2018-08-13T23:45:47Z

    [TRAFODION-3180] At times establishing a JDBC/ODBC connection takes observably long time
    
    When the sock stream is in use, socket close is kept pending in a queue till it can
    be closed. But, the sockets from this queue is never closed. Added code
    to close the sockets from this queue at the time of creating the socket stream next
    time.

----


---

[GitHub] trafodion pull request #1693: [TRAFODION-3180] At times establishing a JDBC/...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/trafodion/pull/1693


---