Skip to content

Commit cea7c7e

Browse files
authored
[Doc-17896] Change default value for quartz job store class (#17897)
1 parent dcebf26 commit cea7c7e

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

docs/docs/en/architecture/configuration.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -332,19 +332,19 @@ This part describes quartz configs and configure them based on your practical si
332332

333333
The default configuration is as follows:
334334

335-
| Parameters | Default value |
336-
|-------------------------------------------------------------------------|-------------------------------------------------|
337-
| spring.quartz.properties.org.quartz.jobStore.isClustered | true |
338-
| spring.quartz.properties.org.quartz.jobStore.class | org.quartz.impl.jdbcjobstore.JobStoreTX |
339-
| spring.quartz.properties.org.quartz.scheduler.instanceId | AUTO |
340-
| spring.quartz.properties.org.quartz.jobStore.tablePrefix | QRTZ_ |
341-
| spring.quartz.properties.org.quartz.jobStore.acquireTriggersWithinLock | true |
342-
| spring.quartz.properties.org.quartz.scheduler.instanceName | DolphinScheduler |
343-
| spring.quartz.properties.org.quartz.jobStore.useProperties | false |
344-
| spring.quartz.properties.org.quartz.jobStore.misfireThreshold | 60000 |
345-
| spring.quartz.properties.org.quartz.scheduler.makeSchedulerThreadDaemon | true |
346-
| spring.quartz.properties.org.quartz.jobStore.driverDelegateClass | org.quartz.impl.jdbcjobstore.PostgreSQLDelegate |
347-
| spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval | 5000 |
335+
| Parameters | Default value |
336+
|-------------------------------------------------------------------------|---------------------------------------------------------------|
337+
| spring.quartz.properties.org.quartz.jobStore.isClustered | true |
338+
| spring.quartz.properties.org.quartz.jobStore.class | org.springframework.scheduling.quartz.LocalDataSourceJobStore |
339+
| spring.quartz.properties.org.quartz.scheduler.instanceId | AUTO |
340+
| spring.quartz.properties.org.quartz.jobStore.tablePrefix | QRTZ_ |
341+
| spring.quartz.properties.org.quartz.jobStore.acquireTriggersWithinLock | true |
342+
| spring.quartz.properties.org.quartz.scheduler.instanceName | DolphinScheduler |
343+
| spring.quartz.properties.org.quartz.jobStore.useProperties | false |
344+
| spring.quartz.properties.org.quartz.jobStore.misfireThreshold | 60000 |
345+
| spring.quartz.properties.org.quartz.scheduler.makeSchedulerThreadDaemon | true |
346+
| spring.quartz.properties.org.quartz.jobStore.driverDelegateClass | org.quartz.impl.jdbcjobstore.PostgreSQLDelegate |
347+
| spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval | 5000 |
348348

349349
The above configuration items is the same in *Master Server* and *Api Server*, but their *Quartz Scheduler* threadpool
350350
configuration is different.

docs/docs/zh/architecture/configuration.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -340,19 +340,19 @@ common.properties配置文件目前主要是配置hadoop/s3/yarn/applicationId
340340

341341
默认配置如下:
342342

343-
| 参数 | 默认值 |
344-
|-------------------------------------------------------------------------|-------------------------------------------------|
345-
| spring.quartz.properties.org.quartz.jobStore.isClustered | true |
346-
| spring.quartz.properties.org.quartz.jobStore.class | org.quartz.impl.jdbcjobstore.JobStoreTX |
347-
| spring.quartz.properties.org.quartz.scheduler.instanceId | AUTO |
348-
| spring.quartz.properties.org.quartz.jobStore.tablePrefix | QRTZ_ |
349-
| spring.quartz.properties.org.quartz.jobStore.acquireTriggersWithinLock | true |
350-
| spring.quartz.properties.org.quartz.scheduler.instanceName | DolphinScheduler |
351-
| spring.quartz.properties.org.quartz.jobStore.useProperties | false |
352-
| spring.quartz.properties.org.quartz.jobStore.misfireThreshold | 60000 |
353-
| spring.quartz.properties.org.quartz.scheduler.makeSchedulerThreadDaemon | true |
354-
| spring.quartz.properties.org.quartz.jobStore.driverDelegateClass | org.quartz.impl.jdbcjobstore.PostgreSQLDelegate |
355-
| spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval | 5000 |
343+
| 参数 | 默认值 |
344+
|-------------------------------------------------------------------------|---------------------------------------------------------------|
345+
| spring.quartz.properties.org.quartz.jobStore.isClustered | true |
346+
| spring.quartz.properties.org.quartz.jobStore.class | org.springframework.scheduling.quartz.LocalDataSourceJobStore |
347+
| spring.quartz.properties.org.quartz.scheduler.instanceId | AUTO |
348+
| spring.quartz.properties.org.quartz.jobStore.tablePrefix | QRTZ_ |
349+
| spring.quartz.properties.org.quartz.jobStore.acquireTriggersWithinLock | true |
350+
| spring.quartz.properties.org.quartz.scheduler.instanceName | DolphinScheduler |
351+
| spring.quartz.properties.org.quartz.jobStore.useProperties | false |
352+
| spring.quartz.properties.org.quartz.jobStore.misfireThreshold | 60000 |
353+
| spring.quartz.properties.org.quartz.scheduler.makeSchedulerThreadDaemon | true |
354+
| spring.quartz.properties.org.quartz.jobStore.driverDelegateClass | org.quartz.impl.jdbcjobstore.PostgreSQLDelegate |
355+
| spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval | 5000 |
356356

357357
上述配置项在*Master Server**Api Server*是相同的,但他们的Quartz线程池配置部分却是不一样的。
358358
*Master Server* 的Quartz线程池默认配置如下:

0 commit comments

Comments
 (0)