Closed
Bug 805893
Opened 13 years ago
Closed 8 years ago
Processor crashed today due to problem in updating the reports table
Categories
(Socorro :: Backend, task)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: selenamarie, Unassigned)
Details
From: socorro/processor/externalProcessor.py
198 if len(reportUpdateSqlParts) > 1:
199 reportUpdateSQL = """update reports set %s where id=%%(id)s AND date_processed = timestamp with time zone '%s'"""%(",".join(reportUpdateSqlParts),date_processed)
200 databaseCursor.execute(reportUpdateSQL, reportUpdateValues)
This section had an unexpected database connection closure, probably due to an error when this SQL was run
Relevant UUIDs:
2012-10-26 10:53:47,022 INFO - Thread-3 - starting job: 51a8c9f2-964d-4380-be8d-eee812121026
and maybe:
2012-10-26 10:53:47,058 INFO - Thread-18 - starting job: 83ec5706-dde9-48a7-accd-cd2a72121026
2012-10-26 10:53:47,038 INFO - Thread-8 - starting job: 0a12f26a-6a7b-438e-968d-ec2b42121026
All three threads crashed in the same section of code.
Comment 1•8 years ago
|
||
cannot reproduce
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•