IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 30 and Version 31 of ippToPspsIngestof3piPV2


Ignore:
Timestamp:
Jan 24, 2015, 7:37:58 AM (11 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPspsIngestof3piPV2

    v30 v31  
    765765loaders keep falling over (not sure why)...  I wont' agressively fix this - I am not sure that restarted them repeatedly is the answer.
    766766
     767== sat 7:37am ===
     768
     769majority died
     770
     771i restarted them
     772{{{
     773mysql>  select count(*), datastore_product,name from pending join box on box_id = id join skychunk on name = skychunk where name like 'PSPS%' 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%';
     774+----------+---------------------+------------------------+
     775| count(*) | datastore_product   | name                   |
     776+----------+---------------------+------------------------+
     777|      279 | PSPS_PV2_OB_SLICE00 | PSPS_PV2_OB_SLICE.00   |
     778|      869 | PSPS_PV2_OB_SLICE02 | PSPS_PV2_OB_SLICE.02   |
     779|     1231 | PSPS_PV2_OB_SLICE04 | PSPS_PV2_OB_SLICE04.1  |
     780|      141 | PSPS_PV2_OB_SLICE04 | PSPS_PV2_OB_SLICE04.2  |
     781|     1346 | PSPS_PV2_OB_SLICE06 | PSPS_PV2_OB_SLICE06.1  |
     782|     1004 | PSPS_PV2_OB_SLICE06 | PSPS_PV2_OB_SLICE06.2  |
     783|     1199 | PSPS_PV2_OB_SLICE12 | PSPS_PV2_OB_SLICE.12   |
     784|      945 | PSPS_PV2_OB_SLICE14 | PSPS_PV2_OB_SLICE.14   |
     785|     2827 | PSPS_PV2_OB_SLICE16 | PSPS_PV2_OB_SLICE.16.1 |
     786|     2276 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.0 |
     787|     1718 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.1 |
     788|     1617 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.2 |
     789|     1490 | PSPS_PV2_OB_SLICE20 | PSPS_PV2_OB_SLICE.20.0 |
     790|     1549 | PSPS_PV2_OB_SLICE20 | PSPS_PV2_OB_SLICE.20.1 |
     791|     1211 | PSPS_PV2_OB_SLICE20 | PSPS_PV2_OB_SLICE.20.2 |
     792|     1521 | PSPS_PV2_OB_SLICE22 | PSPS_PV2_OB_SLICE22.1  |
     793|     1370 | PSPS_PV2_OB_SLICE22 | PSPS_PV2_OB_SLICE22.2  |
     794+----------+---------------------+------------------------+
     79517 rows in set (0.12 sec)
     796
     797+----------+
     798| count(*) |
     799+----------+
     800|    91819 |
     801+----------+
     8021 row in set (0.05 sec)
     803
     804+----------+---------------------+
     805| count(*) | datastore_product   |
     806+----------+---------------------+
     807|    22593 | PSPS_PV2_OB_SLICE00 |
     808+----------+---------------------+
     8091 row in set (0.10 sec)
     810
     811
     812}}}