为提高效率,请提供以下信息,问题描述清晰能够更快得到解决:
【 TiDB 使用环境】
【概述】场景+问题概述
(1)region.log 内容如下
operator add remove-peer 13001 5
operator add remove-peer 13029 5
(2)为什么使用如下脚本执行时却提示错误?
cat region.log | while read line
do
/home/tidb/pd-ctl -u http://192.168.1.32:2379 ${line}
done
提示错误信息如下
Usage:
pd-ctl operator add remove-peer <region_id> <from_store_id> [flags]
Global Flags:
–cacert string path of file that contains list of trusted SSL CAs
–cert string path of file that contains X509 certificate in PEM format
-h, --help help message
–key string path of file that contains X509 key in PEM format
-u, --pd string address of pd (default “http://127.0.0.1:2379”)
但是单独执行命令
/home/tidb/pd-ctl -u http://192.168.1.32:2379 operator add remove-peer 13001 5 是OK的,没问题的。
【背景】做过哪些操作
【现象】业务和数据库现象
【业务影响】
【TiDB 版本】
【附件】
- 相关日志 和 监控
-
TiUP Cluster Display 信息
-
TiUP Cluster Edit Config 信息
-
TiDB- Overview 监控
- 对应模块日志(包含问题前后1小时日志)