GitHub user xiaosuo opened a pull request:
https://github.com/apache/thrift/pull/1217
TSocket: Don't close connections when failing to read/write
Sockets maybe registered to a event base of libevent, so the
following epoll_ctl(2) may fail due to EBADF, or may
delete other sockets. Chaos occurs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xiaosuo/thrift close-early
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1217.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 #1217
----
commit 6947f4d4664f0bfbd028760fdf5c3b03e3cd24ba
Author: Changli Gao <[email protected]>
Date: 2017-03-20T06:36:57Z
TSocket: Don't close connections when failing to read/write
Sockets maybe registered to a event base of libevent, so the
following epoll_ctl(2) may fail due to EBADF, or may
delete other sockets. Chaos occurs.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---