数据写入异常 because of too many versions

为了更快的定位您的问题,请提供以下信息,谢谢
【详述】Failed to load data into tablet
【背景】
1、连续批量执行了十几亿数据的insert into操作以后,BE节点开始一直出现如下问题
Failed to load data into tablet 301979603, because of too many versions, current/limit: 1021/1000
2、使用的是flink connector写入数据到starrocks,6分钟写一次
【业务影响】数据写入失败
【是否存算分离】否
【StarRocks版本】例如:2.5.12
【集群规模】例如:3fe(1 follower+2observer)+7be(fe与be分开部署)
【机器信息】CPU虚拟核/内存/网卡,例如:48C/64G/万兆
【联系方式】为了在解决问题过程中能及时联系到您获取一些日志信息,请补充下您的联系方式,例如:社区群4-小李或者邮箱,谢谢
【附件】

/build/starrocks/be/src/runtime/local_tablets_channel.cpp:71 _open_all_writers(params)

E0202 14:22:10.336613 382598 delta_writer.cpp:132] Failed to load data into tablet 301979603, because of too many versions, current/limit: 1021/1000. You can reduce the loading job concurrency, or increase loading data batch size. If you are loading data with Routine Load, you can increase FE configs routine_load_task_consume_second and max_routine_load_batch_size,

W0202 14:22:10.338949 382597 load_channel.cpp:97] Fail to open index 279772105 of load d84bc52b11a5716b-bd42d6a03af337bb: Service unavailable: Failed to load data into tablet 301979603, because of too many versions, current/limit: 1021/1000. You can reduce the loading job concurrency, or increase loading data batch size. If you are loading data with Routine Load, you can increase FE configs routine_load_task_consume_second and max_routine_load_batch_size,
/build/starrocks/be/src/storage/delta_writer.cpp:26 writer->_init()

请问最后解决了吗

执行频率太高导致后台版本合并不过来了,降低导入频率试试