Apache log parser crashes out on large gzip files
Bug #680463 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://
The parser tries to read the whole of a gzip file in one go. This is not the best strategy to avoid high memory usage :(
Related branches
lp://qastaging/~julian-edwards/launchpad/log-parser-bug-680463
- Gavin Panella (community): Approve
-
Diff: 24 lines (+7/-6)1 file modifiedlib/lp/services/apachelogparser/base.py (+7/-6)
Changed in launchpad-foundations: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Julian Edwards (julian-edwards) |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-foundations: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r11988 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 11988>.