[ 
https://issues.apache.org/jira/browse/THRIFT-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14484121#comment-14484121
 ] 

Hudson commented on THRIFT-3080:
--------------------------------

FAILURE: Integrated in Thrift #1495 (See 
[https://builds.apache.org/job/Thrift/1495/])
THRIFT-3080: fix connection leak of C++ Nonblocking Server while huge number 
connections are accepted and unix socket stream fd is busy. (roger: rev 
38772c9c8d2eeb43fcf11ff2bff7729b8d76f431)
* lib/cpp/src/thrift/server/TNonblockingServer.cpp
THRIFT-3080: use select() instead poll() for early windows compatibility. 
(roger: rev b5ebcd199c1b603cea652847bfc9177c60fb8e28)
* lib/cpp/src/thrift/server/TNonblockingServer.cpp


> 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
>            Assignee: Roger Meier
>            Priority: Critical
>             Fix For: 0.9.3
>
>
> 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)

Reply via email to