Hi,
I'm diagnosing a performance impact on some of our nimble streamers and have multiple lines similar to these ones in the logs :
[2017-10-16 11:59:12 P5690-T5692] [work1] E: invalid fd=127 event=4 received from selector
[2017-10-16 11:59:12 P5690-T5692] [work1] E: epoll_ctl epfd=9 EPOLL_CTL_DEL failed for fd=127 (errno=1)
[2017-10-16 12:02:36 P5690-T5692] [work1] E: invalid fd=54 event=4 received from selector
[2017-10-16 12:02:36 P5690-T5692] [work1] E: epoll_ctl epfd=9 EPOLL_CTL_DEL failed for fd=54 (errno=1)
Can somebody help me figure out what they mean?
Sometimes on high/middle or even low load linux kernel have several event for given socket in the epoll queue. If Nimble removes socket from processing and after that new even from queue is received you will get such messages. Just ignore them
OK, Thank you:)
This website or its third-party tools use cookies, which are necessary to its functioning
and required to achieve the purposes illustrated in the
Privacy Policy.
If you want to know more or withdraw your consent to all or some of the cookies, please
refer to the
Privacy Policy.
By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise,
you agree to the use of cookies.