Cluster setup and troubleshooting #5878
Replies: 2 comments 2 replies
-
This means you attempted to connect to a service DNS for which there was no resolvable hostname - this is a DNS configuration error. Happens at the network layer above Akka.NET.
This means that Akka.Remote received the message but the hostname the message was addressed to was different than Akka.Remote's binding address - you do not want to suppress these messages because it means your Akka.Remote configuration is wrong either on the sender side or the receiver side. Set the |
Beta Was this translation helpful? Give feedback.
-
Are you referring to a user-defined stream here? Can you give us some more information? |
Beta Was this translation helpful? Give feedback.
-
Hi!
I am running into these logs on AWS ECS
also this
I am using lighthouse and also service-discovery on AWS to help with the dynamic dns. However it keeps reporting the above error.
Lastly, I am also wondering how would I know if the stream that I started crashed and restart it when the actor restarts or the container restarts?
I am having a bit of a hard time with the circuit break and supervision strategy with the massive amount of snapshots in the DB that is accumulated over the crashes. Would be awesome to get some guidance here.
Beta Was this translation helpful? Give feedback.
All reactions