[SERVER-60028] getS2BucketGeoKeys() can generate error responses too long Created: 16/Sep/21  Updated: 29/Oct/23  Resolved: 28/Sep/21

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 5.1.0-rc0

Type: Bug Priority: Major - P3
Reporter: Gregory Wlodarek Assignee: Dan Larkin-York
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: Text File locs.txt    
Backwards Compatibility: Fully Compatible
Operating System: ALL
Steps To Reproduce:

Create the time-series collection and index

use test
db.e.drop()
db.createCollection("e", {timeseries: {timeField: "t"}})
db.e.createIndex({l: "2dsphere"})

Use mongoimport to import locs.txt

mongoimport --jsonArray --db test --collection e --file ./locs.txt

Sprint: Execution Team 2021-10-04
Participants:

 Description   

Any log messages in this function that add the document to the response can potentially hit this issue, depending on how large the bucket document is.

 

Failed: (Location13548) BufBuilder attempted to grow() to 67180803 bytes, past the 64MB limit.



 Comments   
Comment by Vivian Ge (Inactive) [ 06/Oct/21 ]

Updating the fixversion since branching activities occurred yesterday. This ticket will be in rc0 when it’s been triggered. For more active release information, please keep an eye on #server-release. Thank you!

Comment by Githook User [ 28/Sep/21 ]

Author:

{'name': 'Dan Larkin-York', 'email': 'dan.larkin-york@mongodb.com', 'username': 'dhly-etc'}

Message: SERVER-60028 Fix overly-long error messages in time-series indexing code
Branch: master
https://github.com/mongodb/mongo/commit/53ad346b4eb613a9623f26ad0e69fa7e33592ee9

Generated at Thu Feb 08 05:48:46 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.