-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[kie-roadmap#52] Improve LogCleanupCommand, do not delete RequestInfo and ErrorInfo records of active process instances #2282
base: main
Are you sure you want to change the base?
Conversation
404d819
to
495ba16
Compare
… and ErrorInfo records of active process instances
…eted for ended process instances
ce31796
to
748834a
Compare
Kudos, SonarCloud Quality Gate passed! |
…for active process instances
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Quality Gate passedIssues Measures |
Please retry analysis of this Pull-Request directly on SonarCloud |
Thank you for submitting this pull request
kie-roadmap-52
Running LogCleanupCommand with parameter OlderThanPeriod=xd removes inactive records from RequestInfo and ErrorInfo even if the related process instance is still active. These entries should not be deleted as long as the process instance is active, as this breaks the ability to reschedule a failed job. Records for active process instances might also be needed for audit purposes.