flink connector写入失败Txn number exceeds the limit

starrocks 版本2.3
报错信息如下:
“Message”:“Txn number exceeds the limit. txn_count: 116, limit: 100”,“NumberUnselectedRows”:0,“CommitAndPublishTimeMs”:0,

可以在be.conf里面调整下

max_runnings_transactions_per_txn_map (默认100)

请问,导致这种问题的原因是什么,有没有相关资料可以看下

这是 每个partition内部同时running的最大transaction数量 超过了100的默认限制修改下conf就可以了