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 missing query CleanupDefunctSiloEntriesKey to MySQL-Clustering #8834

Closed
wants to merge 1 commit into from

Conversation

juan-arias
Copy link

@juan-arias juan-arias commented Feb 1, 2024

Problem:

As written in the issue #8676 and docs, to set up ADO.NET clustering using the MySQL you need to run 2 scripts in sequence:

main script for MySQL
clustering script for MySQL
However, the clustering script does not include the creation of the CleanupDefunctSiloEntriesKey query required by the ADO.NET implementation (Microsoft.Orleans.Clustering.AdoNet) in both the 7.2.x and the 8.0.x versions of Orleans.

Missing query causes an exception at program startup.

Proposed solution:

Add the missing query to clustering sql script.

Followed the same pattern as proposed in #8811

Microsoft Reviewers: Open in CodeFlow

This is the same issue described in dotnet#8676 but for MySQL.

This PR will update it in a similar way as dotnet#8811
@juan-arias juan-arias closed this Mar 7, 2024
@juan-arias juan-arias deleted the patch-1 branch March 7, 2024 01:04
@github-actions github-actions bot locked and limited conversation to collaborators Apr 7, 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