为了更快的定位您的问题,请提供以下信息,谢谢
【详述】由于集群空间使用率已经接近85%,想通过修改已经不再变动的分区的副本数为2
使用以下语句 修改表的全部分区的副本数可以很快生效
alter table cjai0aau.fxq_t_stif modify partition (*) set (“replication_num”=“2”);
但是使用以下语句修改指定分区的副本数一直未生效
alter table cjai0aau.fxq_t_stif  modify partition (p202501,p202502) set (“replication_num”=“2”);
通过show tablet from cjai0aau.fxq_t_stif partition (p202501);查看的副本数没有变化
show proc ‘/cluster_balance/’;
±------------------±-------+
| Item              | Number |
±------------------±-------+
| cluster_load_stat | 1      |
| working_slots     | 12     |
| sched_stat        | 1      |
| priority_repair   | 0      |
| pending_tablets   | 6      |
| running_tablets   | 0      |
| history_tablets   | 1000   |
| all_tablets       | 25     |
±------------------±-------+
【背景】
【业务影响】修改指定分区副本数未生效
【是否存算分离】否
【StarRocks版本】3.2.8
【集群规模】3fe(1 follower+2observer)+12be(fe与be混部)
【机器信息】40C/256G/万兆
【联系方式】 StarRocks社区群5 -思变 [1412195108@qq.com]
【附件】
