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

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


The following commit(s) were added to refs/heads/dev by this push:
     new cea7c7e6a8 [Doc-17896] Change default value for quartz job store class 
(#17897)
cea7c7e6a8 is described below

commit cea7c7e6a8394e81eb6c3061a1cf074f9cafc947
Author: XpengCen <[email protected]>
AuthorDate: Thu Jan 22 20:41:15 2026 +0800

    [Doc-17896] Change default value for quartz job store class (#17897)
---
 docs/docs/en/architecture/configuration.md | 26 +++++++++++++-------------
 docs/docs/zh/architecture/configuration.md | 26 +++++++++++++-------------
 2 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/docs/docs/en/architecture/configuration.md 
b/docs/docs/en/architecture/configuration.md
index 8e6e3335f2..b0a5548e7b 100644
--- a/docs/docs/en/architecture/configuration.md
+++ b/docs/docs/en/architecture/configuration.md
@@ -332,19 +332,19 @@ This part describes quartz configs and configure them 
based on your practical si
 
 The default configuration is as follows:
 
-|                               Parameters                                |    
              Default value                  |
-|-------------------------------------------------------------------------|-------------------------------------------------|
-| spring.quartz.properties.org.quartz.jobStore.isClustered                | 
true                                            |
-| spring.quartz.properties.org.quartz.jobStore.class                      | 
org.quartz.impl.jdbcjobstore.JobStoreTX         |
-| spring.quartz.properties.org.quartz.scheduler.instanceId                | 
AUTO                                            |
-| spring.quartz.properties.org.quartz.jobStore.tablePrefix                | 
QRTZ_                                           |
-| spring.quartz.properties.org.quartz.jobStore.acquireTriggersWithinLock  | 
true                                            |
-| spring.quartz.properties.org.quartz.scheduler.instanceName              | 
DolphinScheduler                                |
-| spring.quartz.properties.org.quartz.jobStore.useProperties              | 
false                                           |
-| spring.quartz.properties.org.quartz.jobStore.misfireThreshold           | 
60000                                           |
-| spring.quartz.properties.org.quartz.scheduler.makeSchedulerThreadDaemon | 
true                                            |
-| spring.quartz.properties.org.quartz.jobStore.driverDelegateClass        | 
org.quartz.impl.jdbcjobstore.PostgreSQLDelegate |
-| spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval     | 
5000                                            |
+|                               Parameters                                |    
                     Default value                         |
+|-------------------------------------------------------------------------|---------------------------------------------------------------|
+| spring.quartz.properties.org.quartz.jobStore.isClustered                | 
true                                                          |
+| spring.quartz.properties.org.quartz.jobStore.class                      | 
org.springframework.scheduling.quartz.LocalDataSourceJobStore |
+| spring.quartz.properties.org.quartz.scheduler.instanceId                | 
AUTO                                                          |
+| spring.quartz.properties.org.quartz.jobStore.tablePrefix                | 
QRTZ_                                                         |
+| spring.quartz.properties.org.quartz.jobStore.acquireTriggersWithinLock  | 
true                                                          |
+| spring.quartz.properties.org.quartz.scheduler.instanceName              | 
DolphinScheduler                                              |
+| spring.quartz.properties.org.quartz.jobStore.useProperties              | 
false                                                         |
+| spring.quartz.properties.org.quartz.jobStore.misfireThreshold           | 
60000                                                         |
+| spring.quartz.properties.org.quartz.scheduler.makeSchedulerThreadDaemon | 
true                                                          |
+| spring.quartz.properties.org.quartz.jobStore.driverDelegateClass        | 
org.quartz.impl.jdbcjobstore.PostgreSQLDelegate               |
+| spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval     | 
5000                                                          |
 
 The above configuration items is the same in *Master Server* and *Api Server*, 
but their *Quartz Scheduler* threadpool
 configuration is different.
diff --git a/docs/docs/zh/architecture/configuration.md 
b/docs/docs/zh/architecture/configuration.md
index e30a029a81..0c4973d32c 100644
--- a/docs/docs/zh/architecture/configuration.md
+++ b/docs/docs/zh/architecture/configuration.md
@@ -340,19 +340,19 @@ common.properties配置文件目前主要是配置hadoop/s3/yarn/applicationId
 
 默认配置如下:
 
-|                                   参数                                    |    
                   默认值                       |
-|-------------------------------------------------------------------------|-------------------------------------------------|
-| spring.quartz.properties.org.quartz.jobStore.isClustered                | 
true                                            |
-| spring.quartz.properties.org.quartz.jobStore.class                      | 
org.quartz.impl.jdbcjobstore.JobStoreTX         |
-| spring.quartz.properties.org.quartz.scheduler.instanceId                | 
AUTO                                            |
-| spring.quartz.properties.org.quartz.jobStore.tablePrefix                | 
QRTZ_                                           |
-| spring.quartz.properties.org.quartz.jobStore.acquireTriggersWithinLock  | 
true                                            |
-| spring.quartz.properties.org.quartz.scheduler.instanceName              | 
DolphinScheduler                                |
-| spring.quartz.properties.org.quartz.jobStore.useProperties              | 
false                                           |
-| spring.quartz.properties.org.quartz.jobStore.misfireThreshold           | 
60000                                           |
-| spring.quartz.properties.org.quartz.scheduler.makeSchedulerThreadDaemon | 
true                                            |
-| spring.quartz.properties.org.quartz.jobStore.driverDelegateClass        | 
org.quartz.impl.jdbcjobstore.PostgreSQLDelegate |
-| spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval     | 
5000                                            |
+|                                   参数                                    |    
                          默认值                              |
+|-------------------------------------------------------------------------|---------------------------------------------------------------|
+| spring.quartz.properties.org.quartz.jobStore.isClustered                | 
true                                                          |
+| spring.quartz.properties.org.quartz.jobStore.class                      | 
org.springframework.scheduling.quartz.LocalDataSourceJobStore |
+| spring.quartz.properties.org.quartz.scheduler.instanceId                | 
AUTO                                                          |
+| spring.quartz.properties.org.quartz.jobStore.tablePrefix                | 
QRTZ_                                                         |
+| spring.quartz.properties.org.quartz.jobStore.acquireTriggersWithinLock  | 
true                                                          |
+| spring.quartz.properties.org.quartz.scheduler.instanceName              | 
DolphinScheduler                                              |
+| spring.quartz.properties.org.quartz.jobStore.useProperties              | 
false                                                         |
+| spring.quartz.properties.org.quartz.jobStore.misfireThreshold           | 
60000                                                         |
+| spring.quartz.properties.org.quartz.scheduler.makeSchedulerThreadDaemon | 
true                                                          |
+| spring.quartz.properties.org.quartz.jobStore.driverDelegateClass        | 
org.quartz.impl.jdbcjobstore.PostgreSQLDelegate               |
+| spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval     | 
5000                                                          |
 
 上述配置项在*Master Server* 和 *Api Server*是相同的,但他们的Quartz线程池配置部分却是不一样的。
 *Master Server* 的Quartz线程池默认配置如下:

Reply via email to