CleanupDefunctSiloEntriesKey missing in Oracle Migrations
- Dominant language
- C#
- Stars
- 10.9k
- Forks
- 2.1k
- Avg merge
- 14h 42m
- Merged PRs (30d)
- 354
Description
I am attempting to start clustering on Orleans and get the error that the "CleanupDefunctSiloEntriesKey" entry is missing. Looking at the original PR that added the entries (#7928), the key for inserting the entry in the Oracle table is different ("DeleteMembershipTableEntriesKey" instead of "CleanupDefunctSiloEntriesKey"). Can I assume this is a copy-paste error and can be changed? Or is there a reason this key overrides an existing entry from the main clustering migration?
Contributor guide
Research direction
Locate the Oracle migration containing the entries introduced in PR #7928 and compare its insertion key with the main clustering migration. Run the clustering startup migration against Oracle, then verify that CleanupDefunctSiloEntriesKey is present without unintentionally overriding an existing key.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100