IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 35 and Version 36 of ippToPspsIngestof3piPV2


Ignore:
Timestamp:
Jan 26, 2015, 3:17:36 PM (12 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPspsIngestof3piPV2

    v35 v36  
    892892
    893893additionally, I will requeue done slices ( 00 / 02 / 04 / 06 / 08 / 10/ 12 / 14/ 20 ) to clean up missing batches. I do not expect this to fil the holes that are large (or the pole), I am still investigating this.
     894
     895=== Monday 1-26 - 2015  3:15pm ===
     896
     897Much progress:
     898
     8991.  dropped SAS.diff.test, sas37.test, MD04.test from pending batches, that allowed the missing batches from PV2 to be picked up (it was blocking it)
     900
     9012. found a cut of 85 on the dec that was preventing the pole from being queued. I do not know how this works for other (non ob) batches, but it works for ob.
     902
     903{{{
     904mysql>  select count(*), datastore_product,name from pending join box on box_id = id join skychunk on name = skychunk group by datastore_product, name ;select count(*) from batch where dvo_db like 'LAP.PV2%' and loaded_to_datastore =1; select count(*), datastore_product from pending join box on box_id = id join skychunk on name = skychunk where name like 'PSPS%';
     905+----------+---------------------+------------------------+
     906| count(*) | datastore_product   | name                   |
     907+----------+---------------------+------------------------+
     908|       12 | PSPS_PV2_OB_SLICE02 | PSPS_PV2_OB_SLICE.02   |
     909|       33 | PSPS_PV2_OB_SLICE08 | PSPS_PV2_OB_SLICE.08   |
     910|      501 | PSPS_PV2_OB_SLICE10 | PSPS_PV2_OB_SLICE.10   |
     911|      880 | PSPS_PV2_OB_SLICE16 | PSPS_PV2_OB_SLICE16.0  |
     912|      698 | PSPS_PV2_OB_SLICE16 | PSPS_PV2_OB_SLICE16.1  |
     913|      497 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.0 |
     914|      608 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.1 |
     915|       67 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.2 |
     916|       44 | PSPS_PV2_OB_SLICE20 | PSPS_PV2_OB_SLICE.20   |
     917|      237 | PSPS_PV2_OB_SLICE22 | PSPS_PV2_OB_SLICE22.1  |
     918+----------+---------------------+------------------------+
     91910 rows in set (0.01 sec)
     920
     921+----------+
     922| count(*) |
     923+----------+
     924|   109810 |
     925+----------+
     9261 row in set (0.06 sec)
     927
     928+----------+---------------------+
     929| count(*) | datastore_product   |
     930+----------+---------------------+
     931|     3577 | PSPS_PV2_OB_SLICE18 |
     932+----------+---------------------+
     9331 row in set (0.00 sec)
     934
     935}}}