| | 894 | |
| | 895 | === Monday 1-26 - 2015 3:15pm === |
| | 896 | |
| | 897 | Much progress: |
| | 898 | |
| | 899 | 1. 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 | |
| | 901 | 2. 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 | {{{ |
| | 904 | mysql> 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 | +----------+---------------------+------------------------+ |
| | 919 | 10 rows in set (0.01 sec) |
| | 920 | |
| | 921 | +----------+ |
| | 922 | | count(*) | |
| | 923 | +----------+ |
| | 924 | | 109810 | |
| | 925 | +----------+ |
| | 926 | 1 row in set (0.06 sec) |
| | 927 | |
| | 928 | +----------+---------------------+ |
| | 929 | | count(*) | datastore_product | |
| | 930 | +----------+---------------------+ |
| | 931 | | 3577 | PSPS_PV2_OB_SLICE18 | |
| | 932 | +----------+---------------------+ |
| | 933 | 1 row in set (0.00 sec) |
| | 934 | |
| | 935 | }}} |