IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 33 and Version 34 of PS1_IPP_CzarLog_20110725


Ignore:
Timestamp:
Jul 28, 2011, 10:06:22 AM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_CzarLog_20110725

    v33 v34  
    7171 * 09:21 Serge: pubtool -revert -label (OSS.nightlyscience, MD10.nightlyscience, MD08.nightlyscience)
    7272 * 09:22 Serge: warp.on, chip.on
     73 * 09:55 Serge: trying to fix the 400+ failed published items
     74{{{
     75mysql> select pub_id, client_id, diffRun.state, diffRun.data_group, diffRun.dist_group from publishRun
     76       join publishDone using(pub_id) join diffRun on stage_id = diff_id where publishDone.fault > 0
     77       and publishRun.state ='new' and diffRun.dist_group ='ThreePi';
     78+--------+-----------+-------+------------------+------------+
     79| pub_id | client_id | state | data_group       | dist_group |
     80+--------+-----------+-------+------------------+------------+
     81| 237134 |         5 | full  | ThreePi.20110713 | ThreePi    | -> publishRun.state set to drop (likely too old)
     82| 242765 |         1 | full  | ThreePi.20110727 | ThreePi    | \
     83| 242871 |         1 | full  | ThreePi.20110727 | ThreePi    | |
     84| 242873 |         1 | full  | ThreePi.20110726 | ThreePi    | |
     85| 242882 |         1 | full  | ThreePi.20110726 | ThreePi    | |
     86| 242928 |         1 | full  | ThreePi.20110726 | ThreePi    | |
     87| 242929 |         1 | full  | ThreePi.20110726 | ThreePi    | |
     88| 242930 |         1 | full  | ThreePi.20110726 | ThreePi    | |
     89| 242945 |         1 | full  | ThreePi.20110726 | ThreePi    | |--> All fixed with pubtool -revert -pub_id <pub_id>
     90| 242974 |         1 | full  | ThreePi.20110726 | ThreePi    | |
     91| 242996 |         5 | full  | ThreePi.20110728 | ThreePi    | |
     92| 243046 |         1 | full  | ThreePi.20110728 | ThreePi    | |
     93| 243050 |         1 | full  | ThreePi.20110728 | ThreePi    | |
     94| 243054 |         1 | full  | ThreePi.20110728 | ThreePi    | |
     95| 243059 |         5 | full  | ThreePi.20110728 | ThreePi    | /
     96+--------+-----------+-------+------------------+------------+
     9715 rows in set (0.01 sec)
     98
    7399
    74100