Details
Description
In libprocess libevent.cpp, is avoid to using epoll. These is the code:
/home/suteng/code/mesos/3rdparty/libprocess/src/libevent.cpp
206 // TODO(jmlvanre): Allow support for 'epoll' once SSL related
207 // issues are resolved.
208 struct event_config* config = event_config_new();
209 event_config_avoid_method(config, "epoll");
Attachments
Issue Links
- relates to
-
MESOS-2975 SSL tests don't work with --gtest_shuffle
- Resolved
- supercedes
-
MESOS-3008 Libevent SSL doesn't use EPOLL
- Resolved