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

Add MembershipVersion to GrainDirectoryEntity #8151

Merged
merged 3 commits into from
Nov 15, 2022

Conversation

benjaminpetit
Copy link
Member

@benjaminpetit benjaminpetit commented Nov 15, 2022

Fix #8148

MembershipVersion is missing from the entity stored in table, so when Orleans is reading it from storage, MembershipVersion is set to its default value.

After inserting an entry to the directory, Orleans will check that the entry in storage is equal to the entry it expected to insert. Since MembershipVersion was always set to the default value when reading from storage, the equality check failed.

Microsoft Reviewers: Open in CodeFlow

@ReubenBond ReubenBond merged commit c4f6270 into dotnet:main Nov 15, 2022
@ReubenBond ReubenBond added this to the 7.0.1 milestone Nov 15, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2023
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.

Cannot register grain activations using the Azure table-based directory
2 participants