Closed
Bug 1129183
Opened 10 years ago
Closed 10 years ago
500 internal server error with duplicate mentor field
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: nalexander, Assigned: glob)
Details
Attachments
(1 file)
922 bytes,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
Repeated 500s when I tried to create a ticket with mentor field ":nalexander, nalexander@mozilla.com, ".
dkl saw:
14:55 dkl|afk: DBD::mysql::db do failed: Duplicate entry '1129177-432887' for key 'bug_mentors_idx' [for Statement "INSERT INTO bug_mentors (bug_id, user_id) VALUES (?, ?)"] at /data/www/bugzilla.mozilla.org/extensions/Review/Extension.pm line 196
This ticket tracks handling this gracefully: presumably, we should submit the *set* of mentors, not the *bag* of mentors, to the DB.
Comment 2•10 years ago
|
||
Comment on attachment 8558906 [details] [diff] [review]
1129183_1.patch
Review of attachment 8558906 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
Attachment #8558906 -
Flags: review?(dkl) → review+
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
e1509eb..bb4b3f6 master -> master
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•