Hi Daniel,
I noticed something odd about the /proc/[pid/fdinfo data we obtained at the time we
collected the core for ganesha. Basically, if you see here,
<pre>190:anon_inode:[eventpoll]
pos: 0
flags: 02000002
mnt_id: 10
tfd: 194 events: 40000000 data: c2
tfd: 196 events: 40000019 data: c4
tfd: 198 events: 40000019 data: c6
tfd: 189 events: 2019 data: bd
tfd: 200 events: 40000019 data: c8
191:socket:[426759494]
pos: 0
flags: 04002
mnt_id: 8
192:socket:[426759495]
pos: 0
flags: 04002
mnt_id: 8
193:anon_inode:[eventpoll]
pos: 0
flags: 02000002
mnt_id: 10
tfd: 192 events: 2019 data: c0
tfd: 199 events: 40000019 data: c7
tfd: 197 events: 40000019 data: c5
tfd: 195 events: 40000019 data: c3
tfd: 201 events: 40000019 data: c9
194:socket:[426759496]
pos: 0
flags: 04002
mnt_id: 8
195:socket:[426759497]
pos: 0
flags: 02
mnt_id: 8
</pre>
194 is the UDP socket. Iis is armed to the epoll_fd 190. If you see its event list, it has
only the EPOLLONESHOT event tagged to it and no EPOLLIN. Does that mean that somehow we
are left not listening of new messages on the UDP socket?
Thanks,
Anirban