IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 8 and Version 9 of shepherding_the_pstamp_server


Ignore:
Timestamp:
May 10, 2013, 11:48:35 AM (13 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shepherding_the_pstamp_server

    v8 v9  
    9797'''Common Failures'''
    9898
    99 Requests can fault for two reasons either at the parse stage or when finishing the request. Request
    100 faults rarely happen and are usually due to software bug.
     99Requests can fault for three reasons either at the parse stage or when finishing the request.
     100
     101The most common fault gets set in the database as fault = 200. This happens when one of the source
     102data stores responds with a HTTP 500 (Internal Server Error). MOPS' data store does this occasionally.
     103These usually require no intervention as there is a revert task that will clear the fault allowing
     104the system to try again.
     105
     106Other request faults rarely happen and are usually due to software bug.
    101107
    102108Jobs can fault due to typical nfs errors. There is a revert task for jobs. It only resets jobs with
     
    157163 * change label priority until fixed/cleared? labeltool not working/right to use?
    158164
    159 
     165To make a request and it's jobs just go away set the request's state to goto_cleaned.
    160166
    161167== Postage Stamp Error Codes ==
     
    186192== Monitoring the Apache Server ==
    187193
    188 It is a good idea to check the Apache error log (/var/log/apace2/error_log) from time to time to look for unusual activity. On June 4, 2010 I found a user furtively looking for a results file for a request that was submitted May 24, 2010.
    189 
    190 
    191 
    192 
     194It is a good idea to check the proxy's Apache error log (/var/log/apace2/error_log) from time to time to look for unusual activity.
     195
     196We get hourly requests from Google and Baidu for files long gone that their crawlers found prior to the time that we locked down
     197the data store.
     198
     199
     200
     201