Hi together!

We run our application by using the akka-cluster as well akka-remote is 
used to by external system to connect to our application.

At the very begining of our project we had serveral problems regarding 
gated and quarantined as well inbetween the nodes of the cluster as with 
the external systems connected via akka-remote

Thats why we adapted our configuration for the cluster and remote to the 
following

    failure-detector {
      threshold = 12.0
      min-std-deviation = 10 s
      acceptable-heartbeat-pause = 30 s       
    }

That helped quite a bit but we still observed some problems. After the 
following the recommendation in the documentation of the cluster to use a 
separate dispatcher for the cluster communication the problem was solved 
when it comes to the cluster.

But we do have still the problem when it comes to the remote-communication, 
even if the system is not in high load. Sometimes we observe the following 
log entry right before the system gets gated 
No response from remote. Handshake timed out or transport failure detector 
triggered

But quite often this is not the case. 
We are now wondering what could cause the problem? The network connection 
seems quite OK otherwise our cluster would also be affected by the 
problems, what is not the case.


 



Regards

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