| 64 | | No faults in the pstamp or update pantasks as yet. The update pantasks queue is full with chip processing and destreaking. |
| | 65 | # No faults in the pstamp or update pantasks as yet. The update pantasks queue is full with chip processing and destreaking. |
| | 66 | |
| | 67 | # looks like my 18:00 finish time estimate was pessimistic. It's 88% done at 16:42 |
| | 68 | |
| | 69 | (ippdb02:work/20100527/5977) bills% date ; grep -n `grep Collected psparse.5977.log | tail -n 1 | awk '{print $7}'` dumpreq.txt | awk '{print $1}' |
| | 70 | Thu May 27 16:41:54 HST 2010 |
| | 71 | 2264:140277 |
| | 72 | |
| | 73 | 6892 jobs, 6778 in run state, 114 faulted |
| | 74 | |
| | 75 | mysql> select fault, count(job_id) from pstampJob where req_id = 5977 and fault > 0 group by fault; |
| | 76 | +-------+---------------+ |
| | 77 | | fault | count(job_id) | |
| | 78 | +-------+---------------+ |
| | 79 | | 23 | 93 | PSTAMP_NO_IMAGE_MATCH center coordinate not contained in any "magicked" images (or perhaps wrong error code) |
| | 80 | | 26 | 23 | PSTAMP_GONE these are probably from purged or cleaned up data |
| | 81 | +-------+---------------+ |
| | 82 | 2 rows in set (0.04 sec) |