Hey there,
I’m getting an error from akka.remote.artery.Association
that Outbound control stream to [Akka://as@someip] failed after shutdown
.
Any clues about how to find out more about this?
Thanks a lot!
Hey there,
I’m getting an error from akka.remote.artery.Association
that Outbound control stream to [Akka://as@someip] failed after shutdown
.
Any clues about how to find out more about this?
Thanks a lot!
This is logged when the control stream fails but remoting is already shutting down (in other words the actor system). I think it is harmless, but a bit noisy. Added a note about this one to an issue we had since earlier about other logs from artery: https://github.com/akka/akka/issues/27602