One of the reason found for below error message in Turbogears was due to the high load in mysql.
uwsgi_response_write_headers_do(): Broken pipe [core/writer.c line 238] during GET /static/images/icon2.ico
Further debugging mysql showed:
1. Lot of slow queries reported usually scanning large number of rows.
2. mysql slow query with huge size. It was observed that mysql started reaching peaks and choking once the log size reached 69 GB!
Following was the version of mysql:
Server version: 5.5.15-log MySQL Community Server (GPL)
uwsgi_response_write_headers_do(): Broken pipe [core/writer.c line 238] during GET /static/images/icon2.ico
Further debugging mysql showed:
1. Lot of slow queries reported usually scanning large number of rows.
2. mysql slow query with huge size. It was observed that mysql started reaching peaks and choking once the log size reached 69 GB!
Following was the version of mysql:
Server version: 5.5.15-log MySQL Community Server (GPL)
No comments:
Post a Comment