I am recently facing this cryptic error from MongoDB error which I did not see before. I have this piece of code which is basically a test case and It does a find & modify on some MongoDB document and the test has started throwing following error:
MongoDB.Driver.MongoCommandException: Command 'findAndModify' failed: exception: assertion src\mongo\db\commands\find_and_modify.cpp:184 (response: { "errmsg" : "exception: assertion src\mongo\db\commands\find_and_modify.cpp:184", "code" : 0, "ok" : 0.0 })
I have tried to find some help online but none of the blogs or forums seems to be helping and discussing this issue properly.
Any help?
findAndModify? Also, you say you weren't seeing the error before--what changed? Maybe a driver or server upgrade? Maybe data set? – jared Jan 18 at 2:00