Tablet UnhealthyTabletNum异常

【详述】在给主键表(表是2副本)创建 bitmap 索引的时候发现报错:table is unstable, unhealthy (or balance) tablet id: 48593
【是否存算分离】否
【StarRocks版本】arm架构 - 4.0.0
【集群规模】例如:3fe(1 follower+2observer)+ 3be(fe与be混部)
【机器信息】64C/512G/万兆
【联系方式】社区群26-奋斗小青年
show proc ‘/statistic’ => UnhealthyTabletNum 非常多,不能创建索引,但是不影响查询和写入
show tablet from table => state:NORMAL
show tablet 48593
show proc '/dbs/12345/4534/partions/23423/54635/48593 '=> state:NORMAL,isBad:false
admin show replica status from table where status != ‘OK’ => 无数据
大佬们,我应该怎么排查呢