-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [master] On the problem of repeated scheduling of dolphins #15323
Comments
Would you like to submit a pr to fix this? @LinYuHeng-Con |
Let me roughly describe the problem of repeated scheduling before,
|
Thanks for clearifying. You can ping me when you have new discoveries. @LinYuHeng-Con |
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs. |
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. |
Search before asking
What happened
Dolphins experience repeated scheduling
What you expected to happen
Schedule only once
How to reproduce
Accidental appearance,At present, the production tasks are basically scheduled repeatedly every day
Anything else
Currently, dolphins use the LocalDataSourceJobStore class, but due to setDontSetAutoCommitFalse (true), autocommit is enabled, transactions are not enabled, and distributed locks are not effective
I plan to modify the LocalDataSourceJobStore in the configuration file to JobStoreCMT, or customize a JobStore to see the effect
Version
3.1.x
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: