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 20fbc6dcf4 [typo](doc) Modify auto pull up document #21662
20fbc6dcf4 is described below

commit 20fbc6dcf4b17341b9e0b7bb594143f181b123a1
Author: yuanyuan8983 <[email protected]>
AuthorDate: Sun Aug 6 10:47:40 2023 +0800

    [typo](doc) Modify auto pull up document #21662
---
 docs/en/docs/admin-manual/maint-monitor/automatic-service-start.md    | 4 +++-
 docs/zh-CN/docs/admin-manual/maint-monitor/automatic-service-start.md | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/en/docs/admin-manual/maint-monitor/automatic-service-start.md 
b/docs/en/docs/admin-manual/maint-monitor/automatic-service-start.md
index 0d4244c06f..326692b76b 100644
--- a/docs/en/docs/admin-manual/maint-monitor/automatic-service-start.md
+++ b/docs/en/docs/admin-manual/maint-monitor/automatic-service-start.md
@@ -33,7 +33,7 @@ The automatic pull-up service of FE and BE must be configured 
after the Doris cl
 
 ## Systemd Configures the Doris service
 
-For details about systemd usage and parameter parsing, see 
[here](https://blog.51cto.com/arm2012/1963238) 
+For details about systemd usage and parameter parsing, see 
[here](https://systemd.io/) 
 
 ### sudo permission control
 
@@ -316,6 +316,8 @@ Supervisor configuration automatically pulls up the 
supervisor configuration. Yo
 supervisor installed directly using the yum command only supports 
python2,Therefore, the file contents in /usr/bin/supervisorctl and 
/usr/bin/supervisorctl should be changed at the beginning Change #! 
/usr/bin/python to #! /usr/bin/python2, python2 must be installed
 ```
 
+- If the supervisor is configured to automatically pull up the Doris process, 
if the BE node breaks down due to abnormal factors on Doris, the error stack 
information that should be output to be.out will be intercepted by the 
supervisor. We need to look it up in supervisor's log for further analysis. 
+
 
 
 
diff --git 
a/docs/zh-CN/docs/admin-manual/maint-monitor/automatic-service-start.md 
b/docs/zh-CN/docs/admin-manual/maint-monitor/automatic-service-start.md
index 66c55ec6ba..63a7140411 100644
--- a/docs/zh-CN/docs/admin-manual/maint-monitor/automatic-service-start.md
+++ b/docs/zh-CN/docs/admin-manual/maint-monitor/automatic-service-start.md
@@ -32,7 +32,7 @@ Doris集群必须完全搭建完成后再配置FE和BE的自动拉起服务。
 
 ## Systemd配置Doris服务
 
-systemd具体使用以及参数解析可以参考[这里](https://blog.51cto.com/arm2012/1963238) 
+systemd具体使用以及参数解析可以参考[这里](https://systemd.io/) 
 
 ### sudo 权限控制
 
@@ -315,6 +315,7 @@ Supervisor 配置自动拉起可以使用 yum 命令直接安装,也可以通
 这个是 python 版本不兼容问题,通过yum命令直接安装的 supervisor 只支持 python2 版本,所以需要将 
/usr/bin/supervisord 和 /usr/bin/supervisorctl 中文件内容开头 #!/usr/bin/python 改为 
#!/usr/bin/python2 ,前提是要装 python2 版本
 ```
 
+- 如果配置了 supervisor 对 Doris 进程进行自动拉起,此时如果 Doris 出现非正常因素导致BE节点宕机,那么此时本来应该输出到 
be.out 中的错误堆栈信息会被supervisor 拦截,需要在 supervisor 的log中查找来进一步分析。
 
 
 


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

Reply via email to