Skip to content

Commit

Permalink
HDDS-10261. Fix typos in Architecture documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvekshayr committed Feb 1, 2024
1 parent 513ea19 commit fbbc9c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hadoop-hdds/docs/content/concept/Datanodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ the key to the Ozone Manager. Ozone manager returns the list of Ozone blocks
that make up that key.

An Ozone block contains the container ID and a local ID. The figure below
shows the logical layout out of Ozone block.
shows the logical layout of the Ozone block.

![Ozone Block](OzoneBlock.png)

Expand Down
2 changes: 1 addition & 1 deletion hadoop-hdds/docs/content/concept/OzoneManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Ozone Manager (OM) is the namespace manager for Ozone.
This means that when you want to write some data, you ask Ozone
Manager for a block and Ozone Manager gives you a block and remembers that
information. When you want to read that file back, you need to find the
address of the block and Ozone Manager returns it you.
address of the block and the Ozone Manager returns it to you.

Ozone Manager also allows users to organize keys under a volume and bucket.
Volumes and buckets are part of the namespace and managed by Ozone Manager.
Expand Down
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 @@ -153,7 +153,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 | Max time for Recon to wait before it exit out of safe or warmup mode.
ozone.recon.task<br>.safemode.wait.threshold | 300s | Max time for Recon to wait before it exits 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
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ read and write these blocks directly.

2. SCM keeps track of all the block
replicas. If there is a loss of data node or a disk, SCM
detects it and instructs data nodes make copies of the
detects it and instructs data nodes to make copies of the
missing blocks to ensure high availability.

3. **SCM's Certificate Authority** is in
Expand Down

0 comments on commit fbbc9c6

Please sign in to comment.