创建布隆索引报错:schema change task failed after try three times: task type: ALTER, status_code: RUNTIME_ERROR(v2.4.4,主键模型)

【详述】:给表添加布隆过滤器索引 报错:schema change task failed after try three times: task type: ALTER, status_code: RUNTIME_ERROR, backendId: Backend [id=10008, host=192.168.x.xx, heartbeatPort=9050, alive=true], signature: 970145

be日志报错:
W0425 20:41:26.126065 13603 engine_alter_tablet_task.cpp:54] failed to do alter task. status=Not found: get_applied_rowsets(version 285504) failed tablet:35121 #version:210 [285524 285722@209 285722] #pending:0 base_tablet_id=35121, base_schema_hash=382552376, new_tablet_id=970157, new_schema_hash=381978551

【背景】:ALTER TABLE xxx SET (“bloom_filter_columns” = “xxxx”);
【业务影响】:无法添加索引。
【表模式】:主键模型。
【StarRocks版本】:2.4.4
【尝试操作】:在线修改了memory_limitation_per_thread_for_schema_change=5参数,不管用。
【集群规模】:3fe(1 follower+2observer)+3be(fe与be混部)
【机器信息】:12C/128G/千兆
【联系方式】
【附件】
be.rar (155.7 KB)

show tablet 35053;show tablet 35049;然后执行下最后一个字段DetailCmd中的指令麻烦发下呢

请您看下附件。
35049.xlsx (4.2 KB) 35053.xlsx (4.2 KB)

这个问题最后怎么解决的