» handle-error gamelab01-task01 skip
{
"result": true,
"msg": "",
"sources": [
{
"result": false,
"msg": "only support to handle ddl error currently, see https://docs.pingcap.com/tidb-data-migration/stable/error-handling for other errors",
"source": "gamelab01",
"worker": ""
}
]
}
» query-status gamelab01-task01
{
"result": true,
"msg": "",
"sources": [
{
"result": true,
"msg": "",
"sourceStatus": {
"source": "gamelab01",
"worker": "worker2",
"result": null,
"relayStatus": null
},
"subTaskStatus": [
{
"name": "gamelab01-task01",
"stage": "Paused",
"unit": "Sync",
"result": {
"isCanceled": false,
"errors": [
{
"ErrCode": 36027,
"ErrClass": "sync-unit",
"ErrScope": "internal",
"ErrLevel": "high",
"Message": "startLocation: [position: (, 0), gtid-set: ], endLocation: [position: (mysql-bin.000009, 299325872), gtid-set: 915a5f85-8fd9-4820-b112-2d296273ece1:1-806943,9c656ea1-9999-11ea-9641-74867af4110d:1]: gen update sqls failed, schema: gamelab, table: admin_users: Column count doesn't match value count: 11 (columns) vs 13 (values)",
"RawCause": "",
"Workaround": "Please check the log files to see if a related DDL has been skipped, and you could use `operate-schema` to get and set the table structure."
}
],
"detail": null
},
"unresolvedDDLLockID": "",
"sync": {
"totalEvents": "4",
"totalTps": "0",
"recentTps": "0",
"masterBinlog": "(mysql-bin.000009, 299458486)",
"masterBinlogGtid": "915a5f85-8fd9-4820-b112-2d296273ece1:1-807205,9c656ea1-9999-11ea-9641-74867af4110d:1",
"syncerBinlog": "(mysql-bin.000009, 299316512)",
"syncerBinlogGtid": "915a5f85-8fd9-4820-b112-2d296273ece1:1-806919,9c656ea1-9999-11ea-9641-74867af4110d:1",
"blockingDDLs": [
],
"unresolvedGroups": [
{
"target": "`gamelab`.`g_invite_codes`",
"DDLs": [
"CREATE INDEX `idx_appid_code` ON `gamelab`.`g_invite_codes` (`app_id`, `code`) USING BTREE"
],
"firstLocation": "position: (mysql-bin.000009, 299316512), gtid-set: 915a5f85-8fd9-4820-b112-2d296273ece1:1-806919,9c656ea1-9999-11ea-9641-74867af4110d:1",
"synced": [
"`gamelab`.`g_invite_codes`"
],
"unsynced": [
"`gamelab`.`g_invite_codes_1102`"
]
}
],
"synced": false,
"binlogType": "remote"
}
}
]
}
]
}