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.Streams ShellRegistered message to Self was dead lettered #7369

Closed
Arkatufus opened this issue Oct 30, 2024 · 0 comments · Fixed by #7376
Closed

Akka.Streams ShellRegistered message to Self was dead lettered #7369

Arkatufus opened this issue Oct 30, 2024 · 0 comments · Fixed by #7376

Comments

@Arkatufus
Copy link
Contributor

Arkatufus commented Oct 30, 2024

Version Information

Version of Akka.NET? 1.5.30.1

Which Akka.NET Modules? Akka.Streams

Describe the bug

  • Akka.Streams with multiple sub-streams being executed inside SelectAsync<T>
  • ActorGraphInterpreter actor sends ShellRegistered message to Self during stream initialization and the message was dead lettered.
[INFO][10/30/2024 13:25:12.798Z][Thread 0011][akka://test-system/user/StreamSupervisor-0/Flow-1-0-unknown-operation] Message [ShellRegistered] from [akka://test-system/user/StreamSupervisor-0/Flow-1-0-unknown-operation#1309270448] to [akka://test-system/user/StreamSupervisor-0/Flow-1-0-unknown-operation#1309270448] was not delivered. [1] dead letters encountered. If this is not an expected behavior then [akka://test-system/user/StreamSupervisor-0/Flow-1-0-unknown-operation#1309270448] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. Message content: Akka.Streams.Implementation.Fusing.ActorGraphInterpreter+ShellRegistered

Reproduction

https://github.com/Arkatufus/akka-7369-reproduction

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

Successfully merging a pull request may close this issue.

2 participants