Apache log parser crashes out on the PPA logs
Bug #682728 reported by
Julian Edwards
on 2010-11-29
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Launchpad itself |
High
|
Julian Edwards |
Bug Description
http://
Essentially, a: "DataError: integer out of range" when Storm tries to commit something.
Related branches
lp:~julian-edwards/launchpad/log-parser-int-overflow-bug-682728
- Stuart Bishop: Approve (db) on 2010-11-30
- Gary Poster (community): Approve on 2010-11-29
-
Diff: 12 lines (+8/-0)1 file modifieddatabase/schema/patch-2208-32-0.sql (+8/-0)
Julian Edwards (julian-edwards)
on 2010-11-29
Changed in soyuz: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Julian Edwards (julian-edwards) |
Julian Edwards (julian-edwards) wrote : | #1 |
Julian Edwards (julian-edwards) wrote : | #2 |
I'm going to make bytes_read a bigint.
Julian Edwards (julian-edwards)
on 2010-12-01
Changed in soyuz: | |
status: | In Progress → Fix Committed |
milestone: | none → 10.12 |
tags: | added: qa-ok |
Fixed in db-stable r10019 (http://
tags: |
added: qa-untestable removed: qa-ok |
Julian Edwards (julian-edwards)
on 2010-12-01
tags: |
added: qa-ok removed: qa-untestable |
Curtis Hovey (sinzui)
on 2010-12-08
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This is the culprit statement:
args = ('UPDATE ParsedApacheLog SET date_last_ parsed= %s, bytes_read=%s WHERE ParsedApacheLog.id = %s', ('2010-11-29 17:13:54. 534869+ 00:00', 2623267714L, 802))