IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 13 and Version 14 of shepherding_the_pstamp_server


Ignore:
Timestamp:
Feb 16, 2016, 10:56:58 AM (10 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shepherding_the_pstamp_server

    v13 v14  
    137137}}}
    138138
    139 '''Note: Much of the next few paragraphs no longer applies due to the aboliton of magic.'''
    140139
    141140pstamp_checkdependent.pl sets chipRun 77563, class_id XY31 to update state and watches for it to
    142 go to 'full' state. Once it' goes to full it sets the magicDSRun to 'new' state. Once the component
    143 is destreaked chipProcessedImfile.magicked > 0 it's done and the pstampDependent is set to 'full'
    144 
    145 The update processing is managed by the 'update' pantasks.
     141go to 'full' state.  Once that happens  the state of the pstampDependent is set to 'full'
     142
     143The update processing is managed by the 'stdscience' pantasks except for the ps_ud_QUB label which
     144is being run somewhere else.
    146145
    147146When a dependent run faults (that is when a
     
    171170}}}
    172171
    173 To make a request and it's jobs just go away set the request's state to goto_cleaned. -- what is the command example to do so??
     172If just a few jobs are affected by the outage, then the rest of the request can
     173
     174To make a request and it's jobs just go away set the request's state to goto_cleaned with the command
     175
     176{{{
     177pstamptool -dbname ippRequestServer -dbserver $PSDBSERVER -updatereq  -set_state goto_cleaned -req_id 182918
     178}}}
     179
    174180 * could the fault also be set to an error code if known what the fault is -- like 25 for data(old) that isn't updating properly?
    175181
    176 pst -updatereq -set_state goto_cleaned -req_id NNNNNNN
    177182
    178183
     
    217222the data store.
    218223
    219