Hi guys I suspect the blocking of message is because of the system load.
My cases is : ActorA send a message to ActorB, i found log in actorA, but the log found in ActorB was a in large latency(more than 60 seconds). I have checked all receive functions in ActorB ,all code are wrapped by Future. I think my actor is a fully async system. At that time , the system load is very high . My system has 12 cores , but load is higher than 50. Is the reason cause my message blocked ? Thanks. -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
