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 <selva.govindarajan@...>
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.
----
---