| | 62 | * 15:05 Serge: Replication on ipp001 was running fine when the same statement that stopped replication on ippdb03 yesterday was played. It is: |
| | 63 | {{{ |
| | 64 | mysql> SELECT id, user, host, db, command, time, state, info FROM INFORMATION_SCHEMA.PROCESSLIST ORDER BY Host; |
| | 65 | |
| | 66 | | 768 | system user | | isp | Connect | 220 | Copying to tmp table | |
| | 67 | INSERT INTO summitExp SELECT NULL, incoming.*, NULL, 0, NULL |
| | 68 | FROM incoming LEFT JOIN summitExp USING(exp_name, camera, telescope) |
| | 69 | WHERE summitExp.exp_name is NULL AND summitExp.camera is NULL AND summitExp.telescope is NULL |
| | 70 | | |
| | 71 | }}} |
| | 72 | We need to figure out why this statement succeeds on ippdb01 but fails when it's replicated. My best guess is that it actually fails with a timeout and is then processed at the pantasks level. |