You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "caoliang-web (via GitHub)" <gi...@apache.org> on 2023/06/14 01:50:28 UTC

[GitHub] [doris] caoliang-web commented on a diff in pull request #20748: [typo](doc)delete document optimization

caoliang-web commented on code in PR #20748:
URL: https://github.com/apache/doris/pull/20748#discussion_r1228880373


##########
docs/zh-CN/docs/ecosystem/flink-doris-connector.md:
##########
@@ -528,7 +528,7 @@ Exactly-Once场景下,Flink Job重启时必须从最新的Checkpoint/Savepoint
 发生在Commit阶段,checkpoint里面记录的事务ID,在FE侧已经过期,此时再次commit就会出现上述错误。
 此时无法从checkpoint启动,后续可通过修改fe.conf的streaming_label_keep_max_second配置来延长过期时间,默认12小时。
 
-6. **errCode = 2, detailMessage = current running txns on db 10006 is 100, larger than limit 100**
+6. **errCode = 2, detailMessage = current running txns on db 10006 is 1000, larger than limit 1000**
 
 这是因为同一个库并发导入超过了100,可通过调整 fe.conf的参数 `max_running_txn_num_per_db` 来解决。具体可参考 [max_running_txn_num_per_db](https://doris.apache.org/zh-CN/docs/dev/admin-manual/config/fe-config/#max_running_txn_num_per_db)

Review Comment:
   Thank you for your point, I have edited



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org