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

[Orleans.EventSourcing] Fix double-increment in RemoveStaleConditionalUpdates #8623

Merged

Conversation

zbarrier
Copy link
Contributor

@zbarrier zbarrier commented Sep 6, 2023

The additional pos++ causes the loop to behave like pos += 2. Removing the additional pos++ so that each submission entry will be checked.

Microsoft Reviewers: Open in CodeFlow

@ReubenBond ReubenBond changed the title Fix remove stale conditional updates issue. [Orleans.EventSourcing] Fix double-increment in RemoveStaleConditionalUpdates Jul 8, 2024
@ReubenBond ReubenBond force-pushed the fix/remove-stale-conditional-updates-issue branch from 23ea991 to 33c1920 Compare July 8, 2024 18:01
@ReubenBond ReubenBond enabled auto-merge (squash) July 8, 2024 18:01
@ReubenBond ReubenBond merged commit ca85ace into dotnet:main Jul 8, 2024
16 of 18 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants