Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Translate a Chinese statement which appears in English version doc #5290

Merged
merged 7 commits into from
Jan 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
translate words
  • Loading branch information
Sunt-ing committed Jan 23, 2021
commit 3ed098e7c49cb282bc011e024a76d442c8957c9b
2 changes: 1 addition & 1 deletion docs/en/internal/metadata-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ under the License.

As shown above, Doris's overall architecture is divided into two layers. Multiple FEs form the first tier, providing lateral expansion and high availability of FE. Multiple BEs form the second layer, which is responsible for data storage and management. This paper mainly introduces the design and implementation of metadata in FE layer.

1. There are two different kinds of FE nodes: follower and observer. By bdbje([BerkeleyDB Java Edition](http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index-093405.html)), election and data synchronization are taken among FE.
1. There are two different kinds of FE nodes: follower and observer. By bdbje([BerkeleyDB Java Edition](http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index-093405.html)), election and data synchronization are taken among FE nodes.

2. The follower node is elected, and one of the followers becomes the leader node, which is responsible for the writing of metadata. When the leader node goes down, other follower nodes re-elect a leader to ensure high availability of services.

Expand Down