You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running several instances of nginx inside containers on a RHEL 8.3 host.
As recommended, I am running a separate instance of nginx-amplfiy-agent in each container.
However, each instance seems to be stuck in a busy-loop calling epoll_wait -- which immediately wakes up again as the fd it is waiting on with EPOLLOUT is a datagram socket and is always ready to write.
I am running several instances of nginx inside containers on a RHEL 8.3 host.
As recommended, I am running a separate instance of nginx-amplfiy-agent in each container.
However, each instance seems to be stuck in a busy-loop calling epoll_wait -- which immediately wakes up again as the fd it is waiting on with EPOLLOUT is a datagram socket and is always ready to write.
Dockerfile
strace output
N.B. file descriptor 10 is (according to lsof):
The text was updated successfully, but these errors were encountered: