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

Clustering: ensure snapshots are globally uniform #9115

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

ReubenBond
Copy link
Member

@ReubenBond ReubenBond commented Aug 15, 2024

While validating #9103, I uncovered this bug in membership which allows inconsistent membership views between replicas.
Currently, membership always reflected the silo's local view of its own status (eg ShuttingDown vs Active) and incorporates that into any membership snapshot it receives. For algorithms relying on consistent membership snapshots, this cannot be allowed. This PR changes the behavior so that each silo sees what every other silo sees for a given membership version.

Microsoft Reviewers: Open in CodeFlow

@ReubenBond ReubenBond merged commit 198f5b7 into dotnet:main Aug 16, 2024
22 checks passed
@ReubenBond ReubenBond deleted the fix/clustering-consistency branch August 16, 2024 16:19
@github-actions github-actions bot locked and limited conversation to collaborators Sep 18, 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.

1 participant