1 个赞
tiup ctl pd -u pdip:pdport config show |grep enable-placement-rules
看下结果
- 打包上传下 tiflash deploy dir log 目录下的日志,
PS:请正确选择帖子分类和标签
嗨,可以 tiup ctl pd -u pdip:pdport config show 看一下完整的config show 吗? thank you ~
curl -X POST -d ‘{
“group_id”: “pd”,
“id”: “default”,
“start_key”: “”,
“end_key”: “”,
“role”: “voter”,
“count”: 1,
“location_labels”: [
“host”
]
}’ http://pdip:pdport/pd/api/v1/config/rule
执行这个应该可以将max-replicas设置成1,您试一下?
好了。变成1了。为什么?
这是为什么啊?
集群中只有 1 个TiKV,不满足该规则设定的至少 3 副本的规则。在不满足该前提下,PD 不会调度给 region 加 TiFlash 副本。
把的副本数最小值设置为1后应该就会调度了。
1 个赞
谢谢。
zan!
此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。