Closed
Bug 634619
Opened 15 years ago
Closed 11 years ago
Socorro - strange stuck job in processor
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: lars, Unassigned)
Details
on 2011-02-16, processor08 was excessively about skipping a job that was already seen. Investigate and resolve this problem.
thousands of these are in the log:
2011-02-16 09:02:05,734 DEBUG - MainThread - Skipping already seen job (227178734, 'd00eacc9-d4bc-42ae-9825-f0e052110215', 1)
2011-02-16 09:02:05,739 DEBUG - MainThread - Skipping already seen job (227178734, 'd00eacc9-d4bc-42ae-9825-f0e052110215', 1)
2011-02-16 09:02:05,743 DEBUG - MainThread - Skipping already seen job (227178734, 'd00eacc9-d4bc-42ae-9825-f0e052110215', 1)
| Assignee | ||
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Updated•12 years ago
|
Flags: needinfo?(lars)
| Reporter | ||
Comment 1•12 years ago
|
||
If I recall correctly this was an issue with polling in the monitor application. 'standardLoopDelay' had been set to 0, which caused monitor to pester the PG queue. Raising the value to 5 seconds resolved the problem. This bug should have been closed long ago.
If you are experiencing this problem and are not in a position to upgrade to the latest version of Socorro that uses RabbitMQ rather than the 'monitor' app, then I suggest experimenting with various values for the 'standardLoopDelay' and/or the 'priorityLoopDelay' configuration values.
Flags: needinfo?(lars)
Comment 2•12 years ago
|
||
what about the memory allocation
| Reporter | ||
Comment 3•11 years ago
|
||
in the year since this bug was noted, the processor has evolved to new code. we're not seeing the problem anymore.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•