zclllyybb commented on code in PR #2731:
URL: https://github.com/apache/doris-website/pull/2731#discussion_r2272237199


##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/config/fe-config.md:
##########
@@ -2729,6 +2729,22 @@ Doris 为了兼用 mysql 周边工具生态,会内置一个名为 mysql 的数
 
 用于控制 ProfileManager 进行 Profile 垃圾回收的间隔时间,垃圾回收期间 ProfileManager 会把多余的以及过期的 
profile 从内存和磁盘中清理掉,节省内存。
 
+#### `force_skip_journal_ids`
+
+默认值:{}
+
+当 FE 重启时,如果回放元数据镜像过程中遇到异常的日志条目导致回放线程异常退出,从而无法正常启动 FE 时,可以通过配置异常的日志 ID 
来临时跳过这些有问题的日志条目,使 FE 能够正常启动。默认值为空集合 {}。
+
+**注意:** 此配置仅用于紧急情况下的临时恢复,跳过异常日志可能会导致元数据不一致,建议在问题解决后及时清理此配置。
+
+#### `skip_operation_types_on_replay_exception`
+
+默认值:{-1, -1}
+
+当 FE 回放日志(editlog)时,如果遇到特定操作类型的异常导致 FE 
无法启动,可以通过配置需要忽略的日志操作类型枚举值来跳过这些异常操作,使回放线程能够继续处理其他日志条目。默认值为 {-1, -1}。

Review Comment:
   这个没写出来怎么用。从文档看不出来这个值应该怎么设置



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to