Bug #4953
closed[Workbench] [dup] Time out error for renaming a collection with a lot (300+?) files
Description
Renaming collection qr1hi-4zz18-tcnxylwkxg0nfhi
Refreshing the browser resolves the error.
Files
Related issues
Updated by Bryan Cosca almost 10 years ago
- Subject changed from Time out error for renaming a collection with 300+ files to Time out error for renaming a collection with a lot (300+?) files
Updated by Bryan Cosca almost 10 years ago
It ends up working though by just refreshing the browser
Updated by Bryan Cosca almost 10 years ago
collection qr1hi-4zz18-tcnxylwkxg0nfhi
Updated by Tim Pierce almost 10 years ago
- Category set to Workbench
- Target version set to Bug Triage
Updated by Tim Pierce almost 10 years ago
- Subject changed from Time out error for renaming a collection with a lot (300+?) files to [API] Time out error for renaming a collection with a lot (300+?) files
- Category changed from Workbench to API
Updated by Bryan Cosca almost 10 years ago
some more data points with this collection.
Updated by Tom Clegg almost 10 years ago
First suspect: Workbench's Collection model should avoid sending the entire manifest_text in the update
call, if it hasn't changed. (It might be possible/easier to generalize this to all attributes of all models.)
There might be a JSON encoding/decoding issue as well (although that shouldn't be as big a deal if we aren't passing the manifest_text around needlessly): perhaps Workbench isn't using Oj. See 1974e0e.
Updated by Tom Clegg almost 10 years ago
- Category changed from API to Workbench
Updated by Brett Smith almost 10 years ago
- Subject changed from [API] Time out error for renaming a collection with a lot (300+?) files to [Workbench] Time out error for renaming a collection with a lot (300+?) files
Updated by Tom Clegg almost 10 years ago
- Target version changed from Bug Triage to 2015-02-18 sprint
Updated by Tom Clegg almost 10 years ago
- Target version deleted (
2015-02-18 sprint)
Updated by Tom Clegg almost 10 years ago
- Subject changed from [Workbench] Time out error for renaming a collection with a lot (300+?) files to [Workbench] [dup] Time out error for renaming a collection with a lot (300+?) files
Updated by Radhika Chippada over 9 years ago
- Status changed from New to Resolved
This issue as such is resolved by #5218, where the manifest_text is not sent to server when only a name (or description) is being updated.
However, it is still hard to see that name change actually works because the display of the collection itself times out more often than not. #5556 is created regarding the timeout error for collection view itself.