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

Multiple DeadLetters generated during petabridge.cmd host shutdown #30

Closed
robik75 opened this issue Apr 16, 2019 · 1 comment
Closed

Comments

@robik75
Copy link

robik75 commented Apr 16, 2019

Each time i initiate a shutdown of the actor system i get a bunch of petabridge.cmd related deadletter info log entries like this:

[11:18:30.470 INF] [akka://executor/user/petabridge.cmd] Shutting down petabridge.cmd host...
[11:18:30.476 INF] [akka://executor/system/deadLetterListener] Message SocketAsyncEventArgs from akka://executor/deadLetters to akka://executor/system/IO-TCP/$a was not delivered. 1 dead letters encountered.
[11:18:30.477 INF] [akka://executor/system/deadLetterListener] Message SocketAsyncEventArgs from akka://executor/deadLetters to akka://executor/system/IO-TCP/$a was not delivered. 2 dead letters encountered.
[11:18:30.477 INF] [akka://executor/system/deadLetterListener] Message SocketAsyncEventArgs from akka://executor/deadLetters to akka://executor/system/IO-TCP/$a was not delivered. 3 dead letters encountered.
[11:18:30.477 INF] [akka://executor/system/deadLetterListener] Message SocketAsyncEventArgs from akka://executor/deadLetters to akka://executor/system/IO-TCP/$a was not delivered. 4 dead letters encountered.
[11:18:30.478 INF] [akka://executor/system/deadLetterListener] Message SocketAsyncEventArgs from akka://executor/deadLetters to akka://executor/system/IO-TCP/$a was not delivered. 5 dead letters encountered.
[11:18:30.478 INF] [akka://executor/system/deadLetterListener] Message SocketAsyncEventArgs from akka://executor/deadLetters to akka://executor/system/IO-TCP/$a was not delivered. 6 dead letters encountered.
[11:18:30.478 INF] [akka://executor/system/deadLetterListener] Message SocketAsyncEventArgs from akka://executor/deadLetters to akka://executor/system/IO-TCP/$a was not delivered. 7 dead letters encountered.
[11:18:30.479 INF] [akka://executor/system/deadLetterListener] Message SocketAsyncEventArgs from akka://executor/deadLetters to akka://executor/system/IO-TCP/$a was not delivered. 8 dead letters encountered.
[11:18:30.479 INF] [akka://executor/system/deadLetterListener] Message SocketAsyncEventArgs from akka://executor/deadLetters to akka://executor/system/IO-TCP/$a was not delivered. 9 dead letters encountered.

Is this an expected behaviour? And how could i prevent this from happening?

@Aaronontheweb
Copy link
Member

This is normal behavior - it's just the Akka.IO actors shutting down

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

No branches or pull requests

2 participants