| 9 | | * 'SHOW SLAVE STATUS\G' shows error similar to [wiki:Replication_Issues#a201011041429:gpc1ReplicationError 20101104/1429: gpc1 Replication Error] |
| 10 | | * Same solution was applied (Statement skipped) |
| 11 | | |
| | 9 | * 'SHOW SLAVE STATUS\G' shows the following error: |
| | 10 | {{{ |
| | 11 | Error 'Table 'nebulous.mountedvol' doesn't exist' on query. Default database: 'nebulous'. Query: 'REPLACE INTO mountedvol SELECT vol_id,name,host,path,allocate,available,xattr,mountpoint, '10651598144', '8973230080',note FROM volume WHERE mountpoint = '/data/ipp004.0'' |
| | 12 | }}} |
| | 13 | * But, if I check the contents of the database, I can see nebulous.mountedvol exists! It seems that the replicated nebulous didn't pass the optimization of last week. |
| | 14 | * I'm setting up a new replicated server. |
| | 15 | |