| | 857 | |
| | 858 | === monday 9:45am === |
| | 859 | |
| | 860 | I kept starting / restarting loaders on sunday, but there are fewer now as it's nearly done. |
| | 861 | |
| | 862 | {{{ |
| | 863 | mysql> 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%'; |
| | 864 | +----------+---------------------+------------------------+ |
| | 865 | | count(*) | datastore_product | name | |
| | 866 | +----------+---------------------+------------------------+ |
| | 867 | | 1873 | PSPS_PV2_OB_SLICE16 | PSPS_PV2_OB_SLICE.16.1 | |
| | 868 | | 738 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.0 | |
| | 869 | | 668 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.1 | |
| | 870 | | 240 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.2 | |
| | 871 | | 334 | PSPS_PV2_OB_SLICE22 | PSPS_PV2_OB_SLICE22.1 | |
| | 872 | +----------+---------------------+------------------------+ |
| | 873 | 5 rows in set (0.01 sec) |
| | 874 | |
| | 875 | +----------+ |
| | 876 | | count(*) | |
| | 877 | +----------+ |
| | 878 | | 108802 | |
| | 879 | +----------+ |
| | 880 | 1 row in set (0.05 sec) |
| | 881 | |
| | 882 | +----------+---------------------+ |
| | 883 | | count(*) | datastore_product | |
| | 884 | +----------+---------------------+ |
| | 885 | | 3853 | PSPS_PV2_OB_SLICE16 | |
| | 886 | +----------+---------------------+ |
| | 887 | 1 row in set (0.01 sec) |
| | 888 | |
| | 889 | mysql> |
| | 890 | |
| | 891 | }}} |
| | 892 | |
| | 893 | additionally, 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. |