You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
fail: Orleans.EntityFrameworkCore.OrleansEFReminderTable[0]
UpsertRow
Orleans.EntityFrameworkCore.OrleansEFReminderException+EtagMismatch: etag mismatch. grainId: GrainReference=0000000000000000000000000000000003ffffffaa8c2775 reminderName: ScheduleNow
at Orleans.EntityFrameworkCore.OrleansEFReminderGrain.UpsertRow(ReminderEntry entry)
at Orleans.EntityFrameworkCore.OrleansCodeGenOrleansEFReminderGrainMethodInvoker.Invoke(IAddressable grain, InvokeMethodRequest request)
at Orleans.Runtime.GrainMethodInvoker.Invoke() in D:\build\agent\_work\24\s\src\Orleans.Runtime\Core\GrainMethodInvoker.cs:line 91
at Orleans.Runtime.InsideRuntimeClient.Invoke(IAddressable target, IInvokable invokable, Message message) in D:\build\agent\_work\24\s\src\Orleans.Runtime\Core\InsideRuntimeClient.cs:line 351
at Orleans.OrleansTaskExtentions.<ToTypedTask>g__ConvertAsync|4_0[T](Task`1 asyncTask) in D:\build\agent\_work\24\s\src\Orleans.Core\Async\TaskExtensions.cs:line 100
at Orleans.EntityFrameworkCore.OrleansEFReminderTable.UpsertRow(ReminderEntry entry)
fail: Orleans.LifecycleSubject[100450]
Lifecycle start canceled due to errors at stage 2000
Orleans.EntityFrameworkCore includes reminders in its test suite, not sure why we are getting this failure when integrated into another application.
when calling a reminder register or update:
orleans runtime in client integration throws:
Orleans.EntityFrameworkCore includes reminders in its test suite, not sure why we are getting this failure when integrated into another application.
Needs Review