Skip to content
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

pSConfig cannot properly calculate checksums when pScheduler limit rewriter modifies task #96

Open
arlake228 opened this issue Jan 28, 2022 · 0 comments

Comments

@arlake228
Copy link
Contributor

If you have a limit rewrite in place that adds a field, then pscheduler cannot properly compare a task since the final set of parameters differs from what pSConfig gave pscheduler. This can cause to constant task recreation.

A potential fix for this is to have pSConfig include its calculated checksum in the reference field and use that for comparison. This would probably make the comparison code simpler as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant