Skip to content

Commit

Permalink
HDDS-7758. Update Recon.zh.md doc for ozone.recon.task.safemode.wait.…
Browse files Browse the repository at this point in the history
…threshold configuration (#4562)
  • Loading branch information
ChenSammi committed Apr 13, 2023
1 parent fc97e48 commit 974ebba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hadoop-hdds/docs/content/concept/Recon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions hadoop-hdds/docs/content/concept/Recon.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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数据库的用户名。
Expand Down

0 comments on commit 974ebba

Please sign in to comment.