Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix MongoDB BSONObjectTooLarge conditions #2396

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

nbargnesi
Copy link
Contributor

@nbargnesi nbargnesi commented Nov 13, 2024

Check the MongoDB OperationalFaiure for 10334, indicating the BSON object was too large. The string match is fragile and doesn't work for all cases. If the operational failure isn't 10334, make sure that's raised with a CuckooReportError so we're not silently failing.

@doomedraven doomedraven merged commit e836d17 into kevoreilly:master Nov 14, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants