- **status**: code-review --> closed - **QA**: Cory Johns
--- ** [tickets:#7307] Broken handling of InvalidDocument: BSON document too large** **Status:** closed **Milestone:** forge-apr-4 **Created:** Thu Apr 03, 2014 02:54 PM UTC by Dave Brondsema **Last Updated:** Thu Apr 03, 2014 03:46 PM UTC **Owner:** Dave Brondsema Ming "helpfully" adds the value of the current doc, when pymongo errors are raised. In the case of docs that are too large, this puts a huge amount of text on the error, which often gets written to a log file or saved back to monq_task (which of course will fail again). Also, in our indexing code where we know we're making big documents, and check for this case so we can split the doc, the check is failing because of ming's slight change to the error object. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
