I've just upgraded to mongodb 2.0 from 1.8 and every hour or so,
mongodb completely hangs (any query or just "show tables" won't work)
and the only way to get it back is by killing the process and
restarting manually. The app used to work fine before.
This is what db.currentOp() returns before I kill it:
http://pastebin.com/gs1tN09U
I didn't have mongostat running when it went off but this is what I
have right now and usually: http://pastebin.com/tGpwtJEG
Any idea what's wrong? Could it be the durability hanging the db? It
was off with 1.8...
Thanks in advance,
Pat