Hi Chanan,

Without looking at the code it is impossible to see what goes wrong. Please
package up a small, self-contained reproducer so we can see if there is any
issue.

-Endre

On Sun, May 3, 2015 at 1:14 AM, Chanan Braunstein <
chanan.braunst...@pearson.com> wrote:

> 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://
> GameClusterSystemQuery@127.0.0.1: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://
> GameClusterSystemQuery@127.0.0.1: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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Akka Team
Typesafe - Reactive apps on the JVM
Blog: letitcrash.com
Twitter: @akkateam

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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