On Fri, Sep 20, 2013 at 7:09 AM, Richard Bateman <[email protected]> wrote: > We are experiencing exactly the same error message: > > node: ../deps/uv/src/unix/stream.c:494: uv__server_io: Assertion `events == > 1' failed. > > (okay the line number changed). You can see our trace.log file here: > http://cl.ly/3y0P2O2F3l30 > > It only happens if we're using cluster and mongoose to connect to a mongodb > replicaset... even if only one worker is spawned. > > Any suggestions? > > Richard Bateman > GradeCam
I'm fairly certain that I know by now what's causing that: a stale event for a file descriptor that's been replaced by a file descriptor from another process. If that's what it is, the same issue exists in v0.8 but it's probably more prominent in v0.10 because the core event loop got a little tighter. No ETA for a fix though. I can't reproduce it myself and that makes it hard to verify whether a patch actually fixes it. By the way, there is at least one[1] tracking issue that you can follow. [1] https://github.com/joyent/node/issues/6222 -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
