| 20 | | * 04:00 EAM : reconfigured mysql on ipp005 - ipp009 : set innodb_buffer_pool_size back down to 2G from 16G. I had bumped these up in an attempt to help ipptopsps / dvopsps go faster (avoid swapping), but have since switched to memory engine for the dvoDetectionFull table causing the problem. I also killed some rpc.statds on ipp008 and ipp010. |
| | 23 | {{{ |
| | 24 | On the master |
| | 25 | select * From dsFileset where fileset_id = 3478690; |
| | 26 | +---------+------------+---------------+---------------------+------+-------+------------+------------+------------+------------+------------+------------+------------+------------+ |
| | 27 | | prod_id | fileset_id | fileset_name | reg_time | hide | type | prod_col_0 | prod_col_1 | prod_col_2 | prod_col_3 | prod_col_4 | prod_col_5 | prod_col_6 | prod_col_7 | |
| | 28 | +---------+------------+---------------+---------------------+------+-------+------------+------------+------------+------------+------------+------------+------------+------------+ |
| | 29 | | 52 | 3478690 | dqstats.20794 | 2013-05-02 06:18:09 | 0 | table | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | |
| | 30 | +---------+------------+---------------+---------------------+------+-------+------------+------------+------------+------------+------------+------------+------------+------------+ |
| | 31 | 1 row in set (0.00 sec) |
| | 32 | |
| | 33 | On the slave |
| | 34 | mysql> select * From dsFileset where fileset_id = 3478690; |
| | 35 | +---------+------------+--------------------------------------+---------------------+------+----------+------------+------------+------------+-------------+------------------+------------+------------+------------+ |
| | 36 | | prod_id | fileset_id | fileset_name | reg_time | hide | type | prod_col_0 | prod_col_1 | prod_col_2 | prod_col_3 | prod_col_4 | prod_col_5 | prod_col_6 | prod_col_7 | |
| | 37 | +---------+------------+--------------------------------------+---------------------+------+----------+------------+------------+------------+-------------+------------------+------------+------------+------------+ |
| | 38 | | 54 | 3478690 | o6414g0056o.camera.808365.2945979.26 | 2013-05-02 06:17:09 | 0 | IPP-DIST | 1316 | camera | 808365 | o6414g0056o | ThreePi.20130502 | y.00000 | NULL | NULL | |
| | 39 | +---------+------------+--------------------------------------+---------------------+------+----------+------------+------------+------------+-------------+------------------+------------+------------+------------+ |
| | 40 | 1 row in set (0.00 sec) |
| | 41 | |
| | 42 | But this fileset is missing on the master |
| | 43 | mysql> select * From dsFileset where fileset_name = 'o6414g0056o.camera.808365.2945979.26'; |
| | 44 | Empty set (0.50 sec) |
| | 45 | }}} |