XpengCen opened a new issue, #17896: URL: https://github.com/apache/dolphinscheduler/issues/17896
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description The documentation incorrectly states the default value for `org.quartz.jobStore.class`. ## Current Documentation Default value: `org.quartz.impl.jdbcjobstore.JobStoreTX` <img width="1996" height="704" alt="Image" src="https://github.com/user-attachments/assets/462c4c11-de8a-4c39-b1f5-5191d81f303d" /> ## Actual Default Value in Code Default value: `org.springframework.scheduling.quartz.LocalDataSourceJobStore` <img width="1646" height="836" alt="Image" src="https://github.com/user-attachments/assets/311be2ff-a112-48b6-b448-3445f0c6a87c" /> ## Expected Behavior Documentation should reflect the actual default value used in the codebase. ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
