dumpling导出数据报错二

【 TiDB 使用环境`】生产、测试环境

【 TiDB 版本】v5.1.0

【遇到的问题】使用新版本v6.1.0 dumpling命令导出大表数据,虽然最终数据导出成功,但是导出日志有报错,且导出速度比较慢,不知什么情况,也在调整如下参数测试中。
1、报错日志如下:
nohup.out_produce_param_20220714_1.log (27.1 KB)

2、调整如下参数值:
set global connect_timeout=3600;
set global net_read_timeout=3600;
set global net_write_timeout=3600;

第一个报错
[errorVerbose="Error 1146: Table ‘information_schema.placement_policies’ doesn’t exist
sql: select distinct policy_name from
看起来6.1的dumpling会去查information_schema.placement_policies用于判断是否用了放置策略。5.1还没有这个字典表。
第二个报错
[“cannot execute query”] [retryTime=1] [sql=“SELECT id FROM yifu_produce.produce_param TABLESAMPLE REGIONS() ORDER BY id”] [args=null] [error=“sql: SELECT id FROM yifu_produce.produce_param TABLESAMPLE REGIONS() ORDER BY id, args: : invalid connection”]
和这个帖子很像,可以参考下

1 个赞

该主题在最后一个回复创建后60天后自动关闭。不再允许新的回复。