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

Typed times leak on postStop #26285

Closed
johanandren opened this issue Jan 25, 2019 · 1 comment
Closed

Typed times leak on postStop #26285

johanandren opened this issue Jan 25, 2019 · 1 comment
Assignees
Labels
3 - in progress Someone is working on this ticket bug t:typed
Milestone

Comments

@johanandren
Copy link
Member

When returning stopped with a postStop behavior assigned from a behavior that uses timers, the timers interceptor will be dropped and the PostStop hook will never be called, therefore all running timers are leaked and produce a lot of dead letters.

@johanandren
Copy link
Member Author

Reproducer from original reporter:
akka-timers-repro.zip

@johanandren johanandren self-assigned this Jan 28, 2019
@johanandren johanandren added the 3 - in progress Someone is working on this ticket label Jan 28, 2019
johanandren added a commit to johanandren/akka that referenced this issue Jan 28, 2019
@johanandren johanandren added this to the 2.5.22 milestone Mar 14, 2019
johanandren added a commit that referenced this issue Mar 14, 2019
Fixes timers leaking on stop #26285
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - in progress Someone is working on this ticket bug t:typed
Projects
None yet
Development

No branches or pull requests

1 participant