You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2023/05/02 05:55:09 UTC

[kylin] 02/03: KYLIN-5528 add sparder executor gc log to diagnosis

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

xxyu pushed a commit to branch doc5.0
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 81d11fcd482f885aa8e2e65c5e3aab332a08d87b
Author: Yaguang Jia <ji...@foxmail.com>
AuthorDate: Wed Apr 26 16:41:27 2023 +0800

    KYLIN-5528 add sparder executor gc log to diagnosis
---
 website/docs/operations/system-operation/cli_tool/diagnosis.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/operations/system-operation/cli_tool/diagnosis.md b/website/docs/operations/system-operation/cli_tool/diagnosis.md
index 5d304935a6..272cff093b 100644
--- a/website/docs/operations/system-operation/cli_tool/diagnosis.md
+++ b/website/docs/operations/system-operation/cli_tool/diagnosis.md
@@ -46,7 +46,7 @@ Diagnostic packages generated by scripts are stored under `$KYLIN_HOME/diag_dump
 - `/hadoop_conf`: configuration information under the `$KYLIN_HOME/hadoop_conf` directory.
 - `/metadata`: metadata files.
 - `/logs`: all the logs in the specified time range, 1 day is by default.
-- `/spark_logs`: all Spark executor logs of query in the specified time range.
+- `/spark_logs`: all Spark executor logs and Spark executor GC logs of query in the specified time range. The Spark executor logs of job are not included. If you need related logs, please generate the corresponding job diagnostic package.
 - `/sparder_history`:all Sparder logs of query in  the specified time range.
 - `/system_metrics`: all system metrics in the specified time range. 
 - `/audit_log`: all audit logs of metdata in the specified time range.
@@ -91,7 +91,7 @@ Diagnostic packages generated by scripts are stored under `$KYLIN_HOME/diag_dump
 - `/hadoop_conf`: configuration information under the `$KYLIN_HOME/hadoop_conf` directory.
 - `/metadata`:specify the metadata for all models under the project.
 - `/logs`:`$KYLIN_HOME/logs/kylin.log`,specify the log of the query.
-- `/spark_logs`:all Spark executor logs within the time range are included in the query diagnostic package.
+- `/spark_logs`:all Spark executor logs and Spark executor GC logs within the time range are included in the query diagnostic package.
 - `/sparder_history`:all Sparder logs within the time range are included in the query diagnostic package.
 - `/client`:operating system resource usage, Version information for Hadoop, and Kerberos information.
 - file `catalog_info`: directory structure of install package.