This is an automated email from the ASF dual-hosted git repository.
captainzmc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 974ebba7f7 HDDS-7758. Update Recon.zh.md doc for
ozone.recon.task.safemode.wait.threshold configuration (#4562)
974ebba7f7 is described below
commit 974ebba7f776fcad5dc35d5fa78e01752ecf8112
Author: Sammi Chen <[email protected]>
AuthorDate: Thu Apr 13 16:30:08 2023 +0800
HDDS-7758. Update Recon.zh.md doc for
ozone.recon.task.safemode.wait.threshold configuration (#4562)
---
hadoop-hdds/docs/content/concept/Recon.md | 2 +-
hadoop-hdds/docs/content/concept/Recon.zh.md | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/hadoop-hdds/docs/content/concept/Recon.md
b/hadoop-hdds/docs/content/concept/Recon.md
index 5f7e84d3d3..16a9e2cdf0 100644
--- a/hadoop-hdds/docs/content/concept/Recon.md
+++ b/hadoop-hdds/docs/content/concept/Recon.md
@@ -152,7 +152,7 @@ ozone.recon.db.dir | none | Directory where the Recon
Server stores its metadata
ozone.recon.om.db.dir | none | Directory where the Recon Server stores its OM
snapshot DB.
ozone.recon.om.snapshot<br>.task.interval.delay | 10m | Interval in MINUTES by
Recon to request OM DB Snapshot / delta updates.
ozone.recon.task<br>.missingcontainer.interval | 300s | Time interval of the
periodic check for Unhealthy Containers in the cluster.
-ozone.recon.task<br>.safemode.wait.threshold | 300s | Time interval of the
periodic check for Recon to exit out of safe or warmup mode.
+ozone.recon.task<br>.safemode.wait.threshold | 300s | Max time for Recon to
wait before it exit out of safe or warmup mode.
ozone.recon.sql.db.jooq.dialect | DERBY | Please refer to [SQL
Dialect](https://www.jooq.org/javadoc/latest/org.jooq/org/jooq/SQLDialect.html)
to specify a different dialect.
ozone.recon.sql.db.jdbc.url |
jdbc:derby:${ozone.recon.db.dir}<br>/ozone_recon_derby.db | Recon SQL database
jdbc url.
ozone.recon.sql.db.username | none | Recon SQL database username.
diff --git a/hadoop-hdds/docs/content/concept/Recon.zh.md
b/hadoop-hdds/docs/content/concept/Recon.zh.md
index 3880cfd3f9..fa119152ac 100644
--- a/hadoop-hdds/docs/content/concept/Recon.zh.md
+++ b/hadoop-hdds/docs/content/concept/Recon.zh.md
@@ -108,6 +108,7 @@ ozone.recon.db.dir | none | Recon Server 存储其元数据的目录。
ozone.recon.om.db.dir | none | Recon Server 存储其 OM 快照 DB 的目录。
ozone.recon.om.snapshot<br>.task.interval.delay | 10m | Recon 以分钟间隔请求 OM DB 快照。
ozone.recon.task<br>.missingcontainer.interval | 300s | 定期检查集群中不健康容器的时间间隔。
+ozone.recon.task<br>.safemode.wait.threshold | 300s | Recon退出safe
mode需要等待的最大时间。
ozone.recon.sql.db.jooq.dialect | DERBY | 请参考 [SQL
方言](https://www.jooq.org/javadoc/latest/org.jooq/org/jooq/SQLDialect.html)
来指定不同的方言。
ozone.recon.sql.db.jdbc.url |
jdbc:derby:${ozone.recon.db.dir}<br>/ozone_recon_derby.db | Recon SQL database
的 jdbc url。
ozone.recon.sql.db.username | none | Recon SQL数据库的用户名。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]