Open
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.
Metadata
Metadata
Assignees
Labels
Issue that needs help from a contributor. Must meet help wanted guidelines.Categorizes issue or PR as related to a bug.Issues affecting content related to Linux as a host or target platform.Major priority. Work that should be handled after all blocking and critical work is done.Categorizes an issue or PR as relevant to SIG Network.Indicates an issue or PR is ready to be actively worked on.
Activity