You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Likely the changes for quota support (even when disabled) seem to have changed the batch commit's write pattern.
The text was updated successfully, but these errors were encountered:
pjenvey
added
bug
Something isn't working
p1
Stuff we gotta do before we ship!
5
Estimate - l - Moderately complex, will require some effort but clearly defined.
labels
Oct 20, 2020
It looks like batch commit originally called touch_collection_async to begin. Now it calls update_collection_async to begin instead, with an extra call to the new update_user_collection_quotas at the end.
The last time I calculated mutations there was little to no room for extras, so I'm guessing the new, additional update_user_collection_quotas call puts it over.
Seen here:
https://sentry.prod.mozaws.net/operations/syncstorage-prod/issues/9820467/
Likely the changes for quota support (even when disabled) seem to have changed the batch commit's write pattern.
The text was updated successfully, but these errors were encountered: