in reply to Re^3: Fresh eyes - linux::Inotify2 event delays
in thread Fresh eyes - linux::Inotify2 event delays

Found it. Our retry is in blocking mode and the CDR it is trying to find does not ever exist (normally there is a delay to them showing up). Once the retry fully expires, ->poll() does the next read on the file descriptors and picks up all the queued events. There are not many events, so no overruns (missed events) and linux just leaves them there for collection when ready. It wasn't my code :-)

  • Comment on Re^4: Fresh eyes - linux::Inotify2 event delays