Apache log parser crashes out on the PPA logs
Bug #682728 reported by
Julian Edwards
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Julian Edwards |
Bug Description
http://
Essentially, a: "DataError: integer out of range" when Storm tries to commit something.
Related branches
lp://qastaging/~julian-edwards/launchpad/log-parser-int-overflow-bug-682728
- Stuart Bishop (community): Approve (db)
- Gary Poster (community): Approve
-
Diff: 12 lines (+8/-0)1 file modifieddatabase/schema/patch-2208-32-0.sql (+8/-0)
Changed in soyuz: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Julian Edwards (julian-edwards) |
Changed in soyuz: | |
status: | In Progress → Fix Committed |
milestone: | none → 10.12 |
tags: | added: qa-ok |
tags: |
added: qa-ok removed: qa-untestable |
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))