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

[7.67.x-blue] [RHPAM-4872] Fix RepeatMode=FIXED when deleted records > RecordsPerTransaction #2387

Merged
merged 1 commit into from Jan 23, 2024

Conversation

github-actions[bot]
Copy link

Backport: #2374

Note: CI is not automatically triggered on backported PRs, please comment 'ok to test' to launch Jenkins jobs

This is following up on the work from #2292

The problem with job rescheduling still occurs when 'pagination' exists (There are more records to delete than the 'recordsPerTransaction' parameter). When this happens, in each page it ends up moving the date and time of next execution by not taking into account the date of the first page of the current cycle but using the current one.

This PR addresses the issue by storing the execution time of the original LogCleanupCommand.

@mareknovotny
Copy link
Member

ok to test

@mareknovotny
Copy link
Member

jenkins do fdb

@mareknovotny
Copy link
Member

jenkins retest this please

Copy link

sonarcloud bot commented Jan 23, 2024

@mareknovotny mareknovotny merged commit ff05aba into 7.67.x-blue Jan 23, 2024
3 checks passed
@mareknovotny mareknovotny deleted the 7.67.x-blue_RHPAM-4872 branch January 23, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants