Hi all, I have a question regarding the auto forming of clusters in akka. At the moment , i have an app written in java, that consists of many actors of the same role, using Cluster Singleton. i use the automatic downing to handle the high availability aspect of the application, so that when a node is down, another comes up, takes its place and continue the previous node's works. But the problem is, i cant differentiate between the failing of a node ( jmv containing the actor crashs and died for some reason...) and the failing of the network.So if the network is somehow down for a long period of time, when it comes up, there will be separated clusters. And i cant use manually downing because i dont know when to assume that it is down not because of a network failure. What would you suggest me do in this situation. Sorry for my bad english and thank you all for the help. Regards, Bourne.
-- >>>>>>>>>> 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.
