You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2018/10/12 11:39:00 UTC

[jira] [Resolved] (THRIFT-4618) TNonblockingServer crash because of limitation of select()

     [ https://issues.apache.org/jira/browse/THRIFT-4618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III resolved THRIFT-4618.
---------------------------------------
       Resolution: Fixed
         Assignee: James E. King III
    Fix Version/s: 0.12.0

> TNonblockingServer crash because of limitation of select()
> ----------------------------------------------------------
>
>                 Key: THRIFT-4618
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4618
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.9.3
>            Reporter: Alexander Boldyrev
>            Assignee: James E. King III
>            Priority: Minor
>              Labels: C++, TNonblockingServer
>             Fix For: 0.12.0
>
>
> Process opened more than 1024 file descriptors. When new incoming connection was established to TNonblockingServer, sig 6 came from one of 'select'-related macros (FD_ZERO/FD_SET).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)