EmmyMiao87 commented on a change in pull request #5290:
URL: https://github.com/apache/incubator-doris/pull/5290#discussion_r563433853



##########
File path: docs/en/internal/metadata-design.md
##########
@@ -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. FE 节点分为 follower 和 observer 两类。各个 FE 之间,通过 bdbje([BerkeleyDB Java 
Edition](http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index-093405.html))进行
 leader 选举,数据同步等工作。
+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.

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




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to