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

Resolve issue with eager gap cleanup #2977

Merged
merged 1 commit into from Feb 23, 2024
Merged

Conversation

abuijze
Copy link
Member

@abuijze abuijze commented Feb 12, 2024

When a GapAwareTrackingToken advances to a new position, it should never clean up any gaps ahead of that position, even if that means gaps are older than the given "maxGapOffset". Removing these gaps may result in problems with processors not being able to advance.

Resolves #2958

When a GapAwareTrackingToken advances to a new position, it should never clean up any gaps ahead of that position, even if that means gaps are older than the given "maxGapOffset". Removing these gaps may result in problems with processors not being able to advance.

Resolves #2958
@abuijze abuijze added Type: Bug Use to signal issues that describe a bug within the system. Priority 1: Must Highest priority. A release cannot be made if this issue isn’t resolved. Status: In Progress Use to signal this issue is actively worked on. labels Feb 12, 2024
@abuijze abuijze added this to the Release 4.9.3 milestone Feb 12, 2024
@abuijze abuijze requested review from gklijs and smcvb February 12, 2024 13:43
@abuijze abuijze self-assigned this Feb 12, 2024
Copy link

sonarcloud bot commented Feb 12, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
67.9% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@smcvb smcvb merged commit 65f0373 into axon-4.9.x Feb 23, 2024
7 of 11 checks passed
@smcvb smcvb deleted the fix/eager-gap-cleanup branch February 23, 2024 13:33
@smcvb smcvb added Status: Resolved Use to signal that work on this issue is done. and removed Status: In Progress Use to signal this issue is actively worked on. labels Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority 1: Must Highest priority. A release cannot be made if this issue isn’t resolved. Status: Resolved Use to signal that work on this issue is done. Type: Bug Use to signal issues that describe a bug within the system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants