IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 3 and Version 4 of req_5977


Ignore:
Timestamp:
May 27, 2010, 4:58:03 PM (16 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • req_5977

    v3 v4  
    2929
    3030# We're up to 5123 jobs now.
     31
    3132mysql> select count(*) from pstampJob where req_id >= 5977 and fault = 0 ;
    3233+----------+
     
    6263   1027   11297   94484
    6364
    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}'
     70Thu May 27 16:41:54 HST 2010
     712264:140277
     72
     736892 jobs, 6778 in run state, 114 faulted
     74
     75mysql> 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+-------+---------------+
     822 rows in set (0.04 sec)
    6583
    6684