Opened 17 years ago
Closed 16 years ago
#1223 closed defect (fixed)
pantasks should update fault state for crashes and clear book
| Reported by: | eugene | Owned by: | Paul Price |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | ippTasks | Version: | |
| Severity: | major | Keywords: | |
| Cc: |
Description
pantasks (well, the process handling in the tasks) currently allows crashes to pile up in the relevant book. this is bad as it clogs the system for further processing. on crash, the tasks should attempt to set the fault state in the database to a crash-appropriate value (eg, 256) and clear the entry from the book. If there is a serious db problem and this cannot be done, then it makes sense that the book block further processing.
Note:
See TracTickets
for help on using tickets.

this bug was addressed by r23945