Hi Guys,

So i have been running Akka cluster sharding in production for a month now 
(Akka 2.4, Play 2.4). My current set up is:

Frontend -> Backend A | Backend B with backend A and B communicating 
through JMS and Cluster sharding. It is running fine for the first few 
months and we have been serving over 400 req per seconds but suddenly we 
have a bit of a weird situation where we couldn't find any weird logs on 
the backend node, but on the frontend node we get:

Cannot invoke the action
akka.pattern.AskTimeoutException: 
Recipient[Actor[akka://../system/sharding/Order#429917702]]Recipient[Actor[akka://.../system/sharding/Order#429917702]]
 
had already been terminated.  Sender[null] sent the message of type "[some 
type]".

The frontend is basically sending a job to Backend A, and Backend A ask the 
entries on Backend B and send the result back to frontend.

This is happening for a while and after i restarted backend A and it 
stopped happening. Does anyone have any clue on what is happening? I have 
been digging up the logs and found nothing.

-- 
>>>>>>>>>>      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