Hi,

Which Akka version are you using?

Can you package up a simple reproducer for the problem? It is very hard to
debug these issues without more information.


2015-09-29_19:27:08.61786 INFO  - Cluster Node
> [akka.tcp://ClusterSystem@Y.Y.Y.Y:1234] - Trying to join
> [akka.tcp://ClusterSystem@Y.Y.Y.Y:1234] when already part of a cluster,
> ignoring
>

This looks like the other node have been tried to be joined twice.

Please also consider, that if you are using the seed-node process
(programmatically or from config) the order of the addresses matter. It is
important to have the same address as the first address in those lists on
every node that attempts to join (see
http://doc.akka.io/docs/akka/2.4.0/scala/cluster-usage.html#Joining_to_Seed_Nodes
for details).


> 2015-09-29_19:27:10.03418 INFO  - Connected to
> [akka://ClusterSystem/system/receptionist]
> 2015-09-29_19:27:10.04011 INFO  - WorkerId
> 55d45a8c-3f7c-4f8f-871c-b6434fb8b1d8 registered for
> Actor[akka://ClusterSystem/system/receptionist/akka://WorkerSystem/user/worker#807360766#1585050875]
> 2015-09-29_19:27:11.25333 INFO  - WorkerId
> 97411fe9-41e3-416c-9dd2-c483d876c9bf registered for
> Actor[akka://ClusterSystem/system/receptionist/akka.tcp://ClusterSystem@X.X.X.X
> :1234/user/worker#-858415934#-416425975]
> 2015-09-29_19:27:12.91486 INFO  - Cluster Node
> [akka.tcp://ClusterSystem@Y.Y.Y.Y:1234] - Node
> [akka.tcp://ClusterSystem@X.X.X.X:1234] is JOINING, roles []
> 2015-09-29_19:27:13.46843 INFO  - Cluster Node
> [akka.tcp://ClusterSystem@Y.Y.Y.Y:1234] - Leader is moving node
> [akka.tcp://ClusterSystem@X.X.X.X:1234] to [Up]
>

Also please note that these kind of questions are best answered via
support. Please consider professional services offered by Typesafe:
https://www.typesafe.com/services/expert-support

-Endre


>
>
> Thanks for looking!
>
> --
> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Akka Team
Typesafe - Reactive apps on the JVM
Blog: letitcrash.com
Twitter: @akkateam

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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