IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 25 and Version 26 of Replication_Issues


Ignore:
Timestamp:
Sep 13, 2011, 5:28:35 PM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Replication_Issues

    v25 v26  
    33
    44[[PageOutline]]
     5
     6= 20110913/1720: ippdb03 "error" =
     7Not really an error actually.
     8isp was being updating with the statement ({{{SHOW FULL PROCESSLIST}}} or look at mysqld.err):
     9{{{
     10INSERT INTO summitExp SELECT NULL, incoming.*, NULL, 0, NULL FROM incoming LEFT JOIN summitExp
     11  USING(exp_name, camera, telescope)   
     12  WHERE summitExp.exp_name is NULL AND summitExp.camera is NULL AND summitExp.telescope is NULL
     13}}}
     14I killed the process in the mysql server and skipped the statement {{{STOP SLAVE; SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1; START SLAVE;}}}
     15
     16Note: I had to do it twice.
    517
    618= 20110913/0930: ipp001 error =