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

Akka.Persistence: RecoveryTick dead letters #7342

Open
Aaronontheweb opened this issue Sep 26, 2024 · 0 comments
Open

Akka.Persistence: RecoveryTick dead letters #7342

Aaronontheweb opened this issue Sep 26, 2024 · 0 comments

Comments

@Aaronontheweb
Copy link
Member

Version Information
Version of Akka.NET? v1.5.27.1
Which Akka.NET Modules? Akka.Persistence

Describe the bug

It looks like we have a race condition somewhere inside the recovery code for persistent actors that can cause them to continue sending themselves RecoveryTicks even after the actor has shut down. Not entirely sure how to reproduce it, but saw some data from a customer that demonstrated that this had clearly happened and continued at a steady interval for some time afterwards.

To Reproduce

N/A

Expected behavior

No more RecoveryTicks should be sent after a persistent actor finishes recovering.

Actual behavior

It appears that in some rare cases, the RecoveryTicks never stop.

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

No branches or pull requests

1 participant