[typo](doc) fix some typo in faq docs #11977
This commit is contained in:
@ -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`
|
||||
|
||||
|
||||
@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user