Retrieving a "large" bookbag results in the call timing out
Bug #1166836 reported by
Dale Rigney
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Fix Released
|
Medium
|
Unassigned | ||
2.2 |
Fix Released
|
Medium
|
Unassigned | ||
2.3 |
Fix Released
|
Medium
|
Unassigned |
Bug Description
The call to retrieve bucket items needs to be done as a stream and not one big call. When the call is made as one big call the size of the full request becomes too large resulting in an "Internal Server Error". The call becomes too large when the bookbag contains around 350 or more items.
Changed in evergreen: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I've pushed a patch to working/ user/berick/ lp1166836- tpac-large- bbag-stream -- I have confirmed bucket items are now received one at a time (streaming mode) instead of all in one batch. I have not tested against a sufficiently large data set, though.
And just to be clear, this is in the TPAC My Lists page with the large bucket in question expanded / opened in the UI.