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 #8896

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

juan-arias
Copy link

@juan-arias juan-arias commented Mar 7, 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant