Skip to content

Enable EPOLL Implementation of TcpSocketManager for Linux #784

Open
@spham-amzn

Description

  • Currently the Linux implementation of TcpSocketManager is set to use the SELECT implementation
  • The EPOLL implementation on Linux is hanging on epoll_wait

There may be dropped events that occur before epoll_wait is called, causing a block on the thread. In order to handle large number of sockets, EPOLL is preferred over SELECT. We need to investigate and fix the epoll wait blocking issue in order to re-enable EPOLL for TCP+Linux.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    help-wantedIssue that needs help from a contributor. Must meet help wanted guidelines.kind/bugCategorizes issue or PR as related to a bug.platform/linuxIssues affecting content related to Linux as a host or target platform.priority/majorMajor priority. Work that should be handled after all blocking and critical work is done.sig/networkCategorizes an issue or PR as relevant to SIG Network.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions