Hello,

I have a cluster system and I am trying to do a request-response across 
nodes.However the response is not going to the correct actor (going to dead 
letter). It gets to the destination and gets back to the correct node, but 
on the source node I am getting:

[INFO] [05/02/2015 19:07:40.397] 
[GameClusterSystemQuery-akka.actor.default-dispatcher-15] 
[akka://GameClusterSystemQuery/user/$a/$a] Message 
[com.example.protocols.QueryProtocols$PlayerNameResponse] from 
Actor[akka.tcp://[email protected]:2553/user/sharding/PlayerRegionQuery/Test-1#-746072976]
 
to Actor[akka://GameClusterSystemQuery/user/$a/$a#992123708] was not 
delivered. [1] dead letters encountered. This logging can be turned off or 
adjusted with configuration settings 'akka.log-dead-letters' and 
'akka.log-dead-letters-during-shutdown'.

Logging the sender on the remote note gives me this:

[INFO] [05/02/2015 19:07:40.393] 
[GameClusterSystemQuery-akka.actor.default-dispatcher-23] 
[akka://GameClusterSystemQuery/user/sharding/PlayerRegionQuery/Test-1] 
Sender: 
Actor[akka.tcp://[email protected]:52894/user/$a/$a#992123708]

Which matches the output on the source node. Why is the response going to 
dead letter?

Thanks,

Chanan




-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to