-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.4.17, 3.6.14
-
Component/s: Upgrade/Downgrade
-
None
-
ALL
-
We are in the middle of a 3.4.17-evg1 to 3.6.14 upgrade, when one of the mongos servers crashed.
The most specific message line is this:
Assertion: 13548:BufBuilder attempted to grow() to 1751919127 bytes, past the 64MB limit. src/mongo/bson/util/builder.h 326
It happened right after a log line where one of our nodes (in the trace attached I've renamed it to <SHARD9_SECONDARY1>) was just starting to shut down as a part of the upgrade process.
This happened less than an hour before I hit submit on this report, so if there are any transient logs our debug output you want me to provide, let me know!
FYI For 3.4.17-evg1, the "-evg1" is just our custom build patched version with 3 logging changes described in the description of this bug https://jira.mongodb.org/browse/SERVER-43021
Note that a few months ago, our 3.6 cluster (we have a different, less high-impact cluster we already have at 3.6) had an issue where something tried to write more than 16MB, and it crahsed all of our mongoS servers in succession. That bug is herehttps://jira.mongodb.org/browse/SERVER-43021 just in case it's helpful. We never resolved that bug, but we also never saw the issue again (luckily).
- duplicates
-
SERVER-43021 MongoS server crashes when attempt to update single record > 16MB (16793648)
- Closed