[
https://issues.apache.org/jira/browse/THRIFT-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14394476#comment-14394476
]
ASF GitHub Bot commented on THRIFT-3080:
----------------------------------------
GitHub user abadcafe opened a pull request:
https://github.com/apache/thrift/pull/422
THRIFT-3080: fix connection leak of C++ Nonblocking Server while huge nu...
...mber connections are accepted and unix socket stream fd is busy.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ops-baidu/thrift THRIFT-3080
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/422.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 #422
----
commit c5d6b9e6fb3920433914140bc94e3158ec5eecfc
Author: abadcafe <[email protected]>
Date: 2015-04-03T14:23:04Z
THRIFT-3080: fix connection leak of C++ Nonblocking Server while huge
number connections are accepted and unix socket stream fd is busy.
----
> C++ TNonblockingServer connection leak while accept huge number connections.
> ----------------------------------------------------------------------------
>
> Key: THRIFT-3080
> URL: https://issues.apache.org/jira/browse/THRIFT-3080
> Project: Thrift
> Issue Type: Bug
> Affects Versions: 0.9.2
> Reporter: Lei FW
> Priority: Critical
>
> while huge number connections are accepted, the send() syscall on the unix
> socket for the IO Thread may fail and return EAGAIN, but no one care about
> the failed sent fd, neither retry nor clean.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)