Hi,

I have a 2-node akka cluster. When deploying updated code, the nodes are 
restarted one after the other with some time gap in between. This seems to 
be causing Unreachable/Quarantine issues. So, I want to ask each node to 
LEAVE the cluster before it is restarted. I am using the akka-cluster 
command-line tool for this.

joseph@gw01:~$ akka-cluster app01.stg 9999 leave akka.tcp:
//sys...@app01.stg:2551
Scheduling akka.tcp://sys...@app01.stg:2551 to LEAVE cluster
joseph@gw01:~$ akka-cluster app02.stg 9999 leader
Checking leader status
akka.tcp://system@app01:2551



It says that it's Scheduling to LEAVE the cluster, but doesn't actually 
leave the cluster. I tried asking both the Leader and non-leader to leave, 
but they don't leave even after half an hour.
Is there some way I can get them to leave immediately?
Is there some restriction that the Leader cannot leave the cluster? I 
expected that it would transfer leadership to the other node and leave.

Thanks.
Joseph

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to