使用mydumper备份租户下的数据库报错:(mydumper:5003): CRITICAL **: 10:51:55.094: Error obtaining information from processlist

【 使用环境 】:测试环境
【 OB or 其他组件 】:OB
【 使用版本 】:OceanBase 4.1.0 社区版
【问题描述】
使用mydumper工具备份oceanbase租户下的数据库报错

—使用2883端口报错信息:
[root@localhost test]# mydumper -h 192.168.8.96 -P 2883 -u ‘root@dsg’ -p ‘DSg_123456!@q’ -B dsg -o /zhangxl/oceanbase/test

** (mydumper:5003): CRITICAL **: 10:51:55.094: Error obtaining information from processlist

–使用2881端口报错信息:
** (mydumper:4570): CRITICAL **: 10:50:53.643: Couldn’t acquire global lock, snapshots will not be consistent: You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near ‘FLUSH TABLES WITH READ LOCK’ at line 1

【复现路径】
【问题现象及影响】

【附件】

您好: 您在 实例层执行下 FLUSH TABLES WITH READ LOCK 这个命令 后,在备份下看看

执行也是报错
obclient [(none)]> FLUSH TABLES WITH READ LOCK;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near ‘FLUSH TABLES WITH READ LOCK’ at line 1

可以使用ob官方的逻辑备份工具obdumper

使用官方的obdumper备份成功了
像尝试下各种工具备份看看