| | 671 | |
| | 672 | === friday 8am === |
| | 673 | |
| | 674 | basically all (except stsci00 and ipp006) fell over, I restared them |
| | 675 | |
| | 676 | {{{ |
| | 677 | 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%'; |
| | 678 | +----------+---------------------+------------------------+ |
| | 679 | | count(*) | datastore_product | name | |
| | 680 | +----------+---------------------+------------------------+ |
| | 681 | | 901 | PSPS_PV2_OB_SLICE00 | PSPS_PV2_OB_SLICE.00 | |
| | 682 | | 1685 | PSPS_PV2_OB_SLICE02 | PSPS_PV2_OB_SLICE.02 | |
| | 683 | | 2290 | PSPS_PV2_OB_SLICE04 | PSPS_PV2_OB_SLICE04.1 | |
| | 684 | | 1141 | PSPS_PV2_OB_SLICE04 | PSPS_PV2_OB_SLICE04.2 | |
| | 685 | | 3781 | PSPS_PV2_OB_SLICE06 | PSPS_PV2_OB_SLICE.06 | |
| | 686 | | 836 | PSPS_PV2_OB_SLICE08 | PSPS_PV2_OB_SLICE.08 | |
| | 687 | | 230 | PSPS_PV2_OB_SLICE10 | PSPS_PV2_OB_SLICE.10 | |
| | 688 | | 2133 | PSPS_PV2_OB_SLICE12 | PSPS_PV2_OB_SLICE.12 | |
| | 689 | | 1649 | PSPS_PV2_OB_SLICE14 | PSPS_PV2_OB_SLICE.14 | |
| | 690 | | 3183 | PSPS_PV2_OB_SLICE16 | PSPS_PV2_OB_SLICE.16.1 | |
| | 691 | | 774 | PSPS_PV2_OB_SLICE16 | PSPS_PV2_OB_SLICE.16.2 | |
| | 692 | | 2583 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.0 | |
| | 693 | | 2022 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.1 | |
| | 694 | | 2129 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.2 | |
| | 695 | | 3910 | PSPS_PV2_OB_SLICE20 | PSPS_PV2_OB_SLICE.20.1 | |
| | 696 | | 2065 | PSPS_PV2_OB_SLICE20 | PSPS_PV2_OB_SLICE.20.2 | |
| | 697 | | 3924 | PSPS_PV2_OB_SLICE22 | PSPS_PV2_OB_SLICE.22 | |
| | 698 | +----------+---------------------+------------------------+ |
| | 699 | 17 rows in set (0.14 sec) |
| | 700 | |
| | 701 | +----------+ |
| | 702 | | count(*) | |
| | 703 | +----------+ |
| | 704 | | 80367 | |
| | 705 | +----------+ |
| | 706 | 1 row in set (0.04 sec) |
| | 707 | |
| | 708 | +----------+---------------------+ |
| | 709 | | count(*) | datastore_product | |
| | 710 | +----------+---------------------+ |
| | 711 | | 35236 | PSPS_PV2_OB_SLICE00 | |
| | 712 | +----------+---------------------+ |
| | 713 | 1 row in set (0.11 sec) |
| | 714 | |
| | 715 | }}} |