OOPS on Distribution:+configure-translations

Bug #701529 reported by Данило Шеган
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
High
Unassigned

Bug Description

If one goes to https://translations.launchpad.net/ubuntu/+configure-translations (or https://translations.qastaging.launchpad.net/ubuntu/+configure-translations) and tries to save the settings, we get an OOPS.

ShortListTooBigError: Hard limit of 1000 exceeded.

My guess is that blueprints are to be blamed because of the SQL:

SELECT Specification.approver, Specification.assignee, Specification.completer, Specification.date_completed, Specification.date_goal_decided, Specification.date_goal_proposed, Specification.date_started, Specification.datecreated, Specification.definition_status, Specification.direction_approved, Specification.distribution, Specification.distroseries, Specification.drafter, Specification.goal_decider, Specification.goal_proposer, Specification.goalstatus, Specification.id, Specification.implementation_status, Specification.man_days, Specification.milestone, Specification.name, Specification.owner, Specification.priority, Specification.private, Specification.product, Specification.productseries, Specification.specurl, Specification.starter, Specification.summary, Specification.superseded_by, Specification.title, Specification.whiteboard FROM Specification WHERE (Specification.distribution = 1) ORDER BY Specification.priority DESC, Specification.definition_status, Specification.name LIMIT 1001

OOPS-1837N288

Tags: oops

Related branches

Changed in launchpad:
status: Triaged → In Progress
milestone: none → 11.01
Revision history for this message
Curtis Hovey (sinzui) wrote :

jcsackett may be fixing this by accident. He is working on bug 696913 and adding do_not_snapshot for product. if the attr is mixed into the interface, then this is a dupe.

Changed in launchpad:
assignee: Данило Шеган (danilo) → nobody
milestone: 11.01 → none
status: In Progress → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.