IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 3 and Version 4 of PS1_IPP_CzarLog_20110110


Ignore:
Timestamp:
Jan 11, 2011, 9:27:37 AM (15 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_CzarLog_20110110

    v3 v4  
    1111
    1212=== Tuesday : 2011.01.11 ===
     13 * 09:00 sts dist run 377773 was stuck because of a corrupt file: the variance image from warp_id 144635 skycell.379. Due to the complexity of the destreaking process it isn't easy to regenerate this file. To allow the distRun to proceed skipping the broken skycell I performed the following steps.
     14
     15{{{
     161. in distribution pantasks: dist.off
     172. disttool -revertcomponent -dist_id 37773
     183. In mysql
     19       update warpSkyfile set quality = 42 where warp_id = 144635 and skycell_id = 'skycell.379';
     204. In distribution pantasks: dist.on
     215. wait a few minutes for distRun to complete
     226. In mysql
     23       update warpSkyfile set quality = 0 where warp_id = 144635 and skycell_id = 'skycell.379';
     24
     25Since quality of the skycell is non-zero distribution doesn't require the image to be readable. This allows the bundle to be completed with the other 87 skycells to get out the door.
     26
     27Since we put the quality back to zero if the warpRun is cleaned up the data will be available again through the update process.
     28}}}
    1329
    1430=== Wednesday : 2011.01.12 ===