| | 53 | * 19:43-53 Serge: Replication seems to have failed again. Last exp_id on ippdb01 is 354060 while on ippdb03 it's 353683. |
| | 54 | The SHOW SLAVE STATUS command shows that everything's fine on the replication host: |
| | 55 | {{{ |
| | 56 | Slave_IO_State: Waiting for master to send event |
| | 57 | Master_Host: ippdb01.ifa.hawaii.edu |
| | 58 | Master_User: repl_gpc1 |
| | 59 | Master_Port: 3306 |
| | 60 | Connect_Retry: 60 |
| | 61 | Master_Log_File: mysqld-bin.020091 |
| | 62 | Read_Master_Log_Pos: 99203082 |
| | 63 | Relay_Log_File: mysqld-relay-bin.000031 |
| | 64 | Relay_Log_Pos: 99203220 |
| | 65 | Relay_Master_Log_File: mysqld-bin.020091 |
| | 66 | Slave_IO_Running: Yes |
| | 67 | Slave_SQL_Running: Yes |
| | 68 | Replicate_Do_DB: gpc1,czardb,ippadmin,isp |
| | 69 | Replicate_Ignore_DB: |
| | 70 | Replicate_Do_Table: |
| | 71 | Replicate_Ignore_Table: |
| | 72 | Replicate_Wild_Do_Table: |
| | 73 | Replicate_Wild_Ignore_Table: |
| | 74 | Last_Errno: 0 |
| | 75 | Last_Error: |
| | 76 | Skip_Counter: 0 |
| | 77 | Exec_Master_Log_Pos: 99203082 |
| | 78 | Relay_Log_Space: 99203220 |
| | 79 | Until_Condition: None |
| | 80 | Until_Log_File: |
| | 81 | Until_Log_Pos: 0 |
| | 82 | Master_SSL_Allowed: No |
| | 83 | Master_SSL_CA_File: |
| | 84 | Master_SSL_CA_Path: |
| | 85 | Master_SSL_Cert: |
| | 86 | Master_SSL_Cipher: |
| | 87 | Master_SSL_Key: |
| | 88 | Seconds_Behind_Master: 0 |
| | 89 | 1 row in set (0.00 sec) |
| | 90 | }}} |
| | 91 | On the master: |
| | 92 | {{{ |
| | 93 | | 204458295 | repl_gpc1 | ippdb03.ifa.hawaii.edu:35103 | NULL | Binlog Dump | 574 | Has sent all binlog to slave; waiting for binlog to be updated | |
| | 94 | }}} |
| | 95 | ippdb03 log does not show any error: |
| | 96 | {{{ |
| | 97 | 110628 19:37:42 [Note] Slave I/O thread: connected to master 'repl_gpc1@ippdb01.ifa.hawaii.edu:3306', replication started in log 'mysqld-bin.020077' at position 84637877 |
| | 98 | 110628 19:37:42 [Note] Slave SQL thread initialized, starting replication in log 'mysqld-bin.020077' at position 84637877, relay log './mysqld-relay-bin.000001' position: 4 |
| | 99 | EOF |
| | 100 | }}} |
| | 101 | ... and the ippdb01 log is empty (size 0) (it doesn't seem to be redirected to some other file according to /etc/mysql/my.cnf) |
| | 102 | |
| | 103 | Note: While looking at the PROCESSLIST table of ippdb01, I saw that: |
| | 104 | {{{ |
| | 105 | | 204467208 | unauthenticated user | ipp034.ifa.hawaii.edu:59761 | NULL | Connect | NULL | Reading from net | NULL | |
| | 106 | }}} |
| | 107 | (It's likely unrelated but I wanted to write it down) |
| | 108 | |
| | 109 | J'aime pas ça... |