microsoft / service-fabric-issues

This repo is for the reporting of issues found with Azure Service Fabric.
168 stars 21 forks source link

ReminderLoadInProgressException In Actors #1696

Closed ahesami closed 4 years ago

ahesami commented 4 years ago

Sometimes receive 'ReminderLoadInProgressException' when getting a reminder on an actor.

Couldn't find any documentation on this exception.

Thanks

amanbha commented 4 years ago

@ahesami You are correct in your observation, Actor service partition replica loads reminder from the disk when it changes role to primary, during this duration reminder operations are not permitted. When this exception is thrown the operation can be retried, the exception message mentions that operation can be retried later. Usually, the cause for this issue is slow disk or too many reminders for the actor int he partition.

I am closing it, feel free to reopen if you have more questions reg. this.