This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 043a082c27 [typo](doc) fix some typo in faq docs #11977
043a082c27 is described below

commit 043a082c272232fca0c85601c819411e7c2c8ddf
Author: bin41215 <[email protected]>
AuthorDate: Wed Aug 24 08:48:19 2022 +0800

    [typo](doc) fix some typo in faq docs #11977
---
 docs/en/docs/faq/install-faq.md    | 2 +-
 docs/zh-CN/docs/faq/install-faq.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/docs/faq/install-faq.md b/docs/en/docs/faq/install-faq.md
index dd3fb581ef..a8f805e9c2 100644
--- a/docs/en/docs/faq/install-faq.md
+++ b/docs/en/docs/faq/install-faq.md
@@ -161,7 +161,7 @@ In many cases, we need to troubleshoot problems through 
logs. The format and vie
 
 2. FE
 
-   FE is a java process, and the robustness is due to the C/C++ program. 
Usually the reason for FE to hang up may be OOM (Out-of-Memory) or metadata 
write failure. These errors usually have an error stack in fe.log or fe.out. 
Further investigation is required based on the error stack information.
+   FE is a java process, and the robustness is better than the C/C++ program. 
Usually the reason for FE to hang up may be OOM (Out-of-Memory) or metadata 
write failure. These errors usually have an error stack in fe.log or fe.out. 
Further investigation is required based on the error stack information.
 
 ### Q7. About the configuration of data directory SSD and HDD, create table 
encounter error `Failed to find enough host with storage medium and tag`
 
diff --git a/docs/zh-CN/docs/faq/install-faq.md 
b/docs/zh-CN/docs/faq/install-faq.md
index bdace4f478..e7c9f6a084 100644
--- a/docs/zh-CN/docs/faq/install-faq.md
+++ b/docs/zh-CN/docs/faq/install-faq.md
@@ -157,7 +157,7 @@ Observer 角色和这个单词的含义一样,仅仅作为观察者来同步
 
 2. FE
 
-   FE 是 java 进程,健壮程度要由于 C/C++ 程序。通常FE 挂掉的原因可能是 
OOM(Out-of-Memory)或者是元数据写入失败。这些错误通常在 fe.log 或者 fe.out 中有错误堆栈。需要根据错误堆栈信息进一步排查。
+   FE 是 java 进程,健壮程度要优于 C/C++ 程序。通常FE 挂掉的原因可能是 
OOM(Out-of-Memory)或者是元数据写入失败。这些错误通常在 fe.log 或者 fe.out 中有错误堆栈。需要根据错误堆栈信息进一步排查。
 
 ### Q7. 关于数据目录SSD和HDD的配置, 建表有时候会遇到报错`Failed to find enough host with storage 
medium and tag`
 


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

Reply via email to