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

wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 44e54c7d8d [Doc] Fix classloader-cache-mode default value
44e54c7d8d is described below

commit 44e54c7d8d19ce6fbd49d506702a6047f046e962
Author: Hao Chen <hao_...@qq.com>
AuthorDate: Thu Mar 27 21:39:04 2025 +0800

    [Doc] Fix classloader-cache-mode default value
---
 docs/zh/seatunnel-engine/hybrid-cluster-deployment.md    | 2 +-
 docs/zh/seatunnel-engine/separated-cluster-deployment.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/zh/seatunnel-engine/hybrid-cluster-deployment.md 
b/docs/zh/seatunnel-engine/hybrid-cluster-deployment.md
index 084bf980f7..3adb6f6022 100644
--- a/docs/zh/seatunnel-engine/hybrid-cluster-deployment.md
+++ b/docs/zh/seatunnel-engine/hybrid-cluster-deployment.md
@@ -127,7 +127,7 @@ seatunnel:
 此配置主要解决不断创建和尝试销毁类加载器所导致的资源泄漏问题。
 如果您遇到与metaspace空间溢出相关的异常,您可以尝试启用此配置。
 为了减少创建类加载器的频率,在启用此配置后,SeaTunnel 
在作业完成时不会尝试释放相应的类加载器,以便它可以被后续作业使用,也就是说,当运行作业中使用的 Source/Sink 连接器类型不是太多时,它更有效。
-默认值是 false。
+默认值是 true。
 示例
 
 ```yaml
diff --git a/docs/zh/seatunnel-engine/separated-cluster-deployment.md 
b/docs/zh/seatunnel-engine/separated-cluster-deployment.md
index b0dd827789..7293e17c4e 100644
--- a/docs/zh/seatunnel-engine/separated-cluster-deployment.md
+++ b/docs/zh/seatunnel-engine/separated-cluster-deployment.md
@@ -177,7 +177,7 @@ seatunnel:
 此配置主要解决不断创建和尝试销毁类加载器所导致的资源泄漏问题。
 如果您遇到与metaspace空间溢出相关的异常,您可以尝试启用此配置。
 为了减少创建类加载器的频率,在启用此配置后,SeaTunnel 
在作业完成时不会尝试释放相应的类加载器,以便它可以被后续作业使用,也就是说,当运行作业中使用的 Source/Sink 连接器类型不是太多时,它更有效。
-默认值是 false。
+默认值是 true。
 示例
 
 ```yaml

Reply via email to