DM创建任务时报配置错误

[tidb@slave006 bin]$ ./tiup dmctl --master-addr slave003:8261 start-task …/config/dm/task-jx03.yaml
tiup is checking updates for component dmctl …
Starting component dmctl: /home/tidb/.tiup/components/dmctl/v6.2.0/dmctl/dmctl --master-addr slave003:8261 start-task …/config/dm/task-jx03.yaml
{
“result”: false,
“msg”: “[code=20038:class=dm-master:scope=internal:level=high], Message: The configurations as following [global] are set in global configuration but instances don’t use them, Workaround: Please check the configuration files.”,
“sources”: [
],
“checkResult”: “”
}

下面是我的配置截图:

图中syncers的配置我是按照官网文档:
https://docs.pingcap.com/zh/tidb/stable/task-configuration-file-full#功能配置集

是不是格式错了 多一个空格?

我又仔细检查了下,还是不行
1663311218(1)

  1. any update?

  2. any update?

如问题已解决,麻烦标记 “对我有用”

还是报一样的错…
“msg”: “[code=20038:class=dm-master:scope=internal:level=high], Message: The configurations as following [global] are set in global configuration but instances don’t use them, Workaround: Please check the configuration files.”
1663837928(1)

我现在觉得可能是顺序问题

文档有说分为全局配置和示例配置的配置顺序
1、编辑全局配置
2、根据全局配置编辑示例配置


改一下顺序,变成这个的正向123456顺序看一下行吗

要不把这配置文件原封不动粘出来吧,本地复现更方便(改改字段里的名)

he configurations as following [global] are set in global configuration but instances don’t use them

你配置了 syncer 的 config 但是在 mysql-instances 里面没有用到。

syncer-config-name 这个没配置

yaml的格式是空两个字母,可以百度检查一下

空两个字母 , 还有好像配置没有这行吧

好的,我再试试

加了这个配置就可以了,非常感谢大佬!

加了这个配置就可以了,非常感谢大佬!!

学了一招

此话题已在最后回复的 60 天后被自动关闭。不再允许新回复。