You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coming release (was schedules for last weekend. re-scheduled for next weekend) will no longer sort by _id but use natural ordering so this problem should no longer exist then.
Getting this mongodb error occasionally:
http://www.mongodb.org/display/DOCS/Capped+Collections says:
"An index is not automatically created on _id for capped collections by default"
creating an index like this fixed the issue for us:
The text was updated successfully, but these errors were encountered: