You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "zy-kkk (via GitHub)" <gi...@apache.org> on 2023/06/13 16:58:40 UTC

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

zy-kkk commented on code in PR #20748:
URL: https://github.com/apache/doris/pull/20748#discussion_r1228440013


##########
docs/en/docs/ecosystem/flink-doris-connector.md:
##########
@@ -531,7 +531,7 @@ When Exactly-Once is not required, it can also be solved by turning off 2PC comm
 Occurred in the Commit phase, the transaction ID recorded in the checkpoint has expired on the FE side, and the above error will occur when committing again at this time.
 At this time, it cannot be started from the checkpoint, and the expiration time can be extended by modifying the streaming_label_keep_max_second configuration in fe.conf, which defaults to 12 hours.
 
-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**
 
 This is because the concurrent import of the same library exceeds 100, which can be solved by adjusting the parameter `max_running_txn_num_per_db` of fe.conf. For details, please refer to [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:
   Do we need to change 100 to 1000 here as well?



##########
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:
   ditto



-- 
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