Teng Su created MESOS-8881:
------------------------------

             Summary: libprocess avoid using libevent epoll backend
                 Key: MESOS-8881
                 URL: https://issues.apache.org/jira/browse/MESOS-8881
             Project: Mesos
          Issue Type: Improvement
          Components: libprocess
    Affects Versions: 1.5.0
            Reporter: Teng Su


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");



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

Reply via email to