同步遇到了错误如下
“subTaskStatus”: [
{
“name”: “test”,
“stage”: “Paused”,
“unit”: “Sync”,
“result”: {
“isCanceled”: false,
“errors”: [
{
“ErrCode”: 10006,
“ErrClass”: “database”,
“ErrScope”: “not-set”,
“ErrLevel”: “high”,
“Message”: “startLocation: [position: (mysql-bin.074231, 450418411), gtid-set: ], endLocation: [position: (mysql-bin.074231, 450418501), gtid-set: ]: execute statement failed: INSERT INTO xxx
.xxx` (
xxx,``xxx
,``xxx,
created_by,
gmt_create,
gmt_modify) VALUES (?,?,?,?,?,?)", "RawCause": "Error 1062: Duplicate entry '
xxx-41526’ for key ‘uk_user_role’”,
“Workaround”: “”
}
想通过修改任务的syncs的safe-mode解决冲突,允许一部分的性能损失,但没找到能修改任务配置参数的口子甚至无法删除任务。。。