Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-8881

Enable epoll backend in libevent integration.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.0
    • 1.4.2, 1.5.1, 1.6.0
    • libprocess
    • None

    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

          Activity

            People

              bmahler Benjamin Mahler
              suteng Teng Su
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: