Hi Richard, On 5 November 2014 at 00:22:55, richard ([email protected]) wrote:
I am seeing something similar with this github code, based on akka-datareplication, using Akka 2.3.6 (That might be a little too complex for a ticket) Note that auto-down-unreachable-after is commented out If the old node is never downed and removed from the cluster, then the new node can never join. B/ Started two instances, one on 2551 (the seed) and another on 1234. Enter text into each instance, which is correctly replicated to each. Kill and restart the 1234 instance. The new 1234 instance receives the current state (from 2551) and continues to replicate in both directions! The log on 2551 does indicate a problem [INFO] [11/04/2014 17:20:07.309] [ClusterSystem-akka.actor.default-dispatcher-20] [Cluster(akka://ClusterSystem)] Cluster Node [akka.tcp://ClusterSystem@localhost:2551] - Existing member [UniqueAddress(akka.tcp://ClusterSystem@localhost:1234,1772853420)] is trying to join, ignoring [INFO] [11/04/2014 17:20:17.319] [ClusterSystem-akka.actor.default-dispatcher-17] [Cluster(akka://ClusterSystem)] Cluster Node [akka.tcp://ClusterSystem@localhost:2551] - Existing member [UniqueAddress(akka.tcp://ClusterSystem@localhost:1234,1772853420)] is trying to join, ignoring [INFO] [11/04/2014 17:20:28.310] [ClusterSystem-akka.actor.default-dispatcher-3] [Cluster(akka://ClusterSystem)] Cluster Node [akka.tcp://ClusterSystem@localhost:2551] - Existing member [UniqueAddress(akka.tcp://ClusterSystem@localhost:1234,1772853420)] is trying to join, ignoring -- >>>>>>>>>> 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. -- Björn Antonsson Typesafe – Reactive Apps on the JVM twitter: @bantonsson -- >>>>>>>>>> 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.
