Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.9.3, 0.10.0
-
None
Description
In THRIFT-2789 the error handling for connections where notify fails leaks a file descriptor.
This was reported and fixed in a pull request without an Apache Jira entry:
https://github.com/apache/thrift/pull/1210/files
When failing to dispatch new connections to other IO threads other
than the number 0, we returned these connections for reuse without
closing them, so the corresponding fds were leaked forever.
We should close these connections instead.
Attachments
Issue Links
- is broken by
-
THRIFT-2789 TNonblockingServer leaks socket FD's under load
- Closed
- links to