sarvekshayr commented on code in PR #317: URL: https://github.com/apache/ozone-site/pull/317#discussion_r2752538388
########## docs/03-core-concepts/02-replication/01-storage-containers.md: ########## @@ -31,8 +36,8 @@ When a container is created it starts in an OPEN state. When it's full (~5GB dat The fundamental differences between OPEN and CLOSED containers: -| OPEN | CLOSED | -|-----------------------------------|-----------------------------------------| -| mutable | immutable | -| replicated with RAFT (Ratis) | Replicated with async container copy | -| Raft leader is used to READ / WRITE | All the nodes can be used to READ | +| OPEN | CLOSED | +| ----------------------------------- | ------------------------------------ | +| mutable | immutable | +| replicated with RAFT (Ratis) | Replicated with async container copy | Review Comment: Use capitalisation here. ```suggestion | Mutable | Immutable | | Replicated with RAFT (Ratis) | Replicated with async container copy | ``` -- 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]
