Hi guys,

I was playing around with Akka Cluster trying to make work a Cluster with 
two nodes using Cassandra for persistence.

This is a demo project I created to reproduce the case: 
https://github.com/gvolpe/akka-cluster-demo

The rebalancing and the remember entities feature are working smoothly when 
I start both nodes in the same machine. However when I try using different 
machines for each node it's not working (Node 1 - Machine 1 | Node 2 - 
Machine 2).

The nodes recognize each other and it seems to work at the network level 
but the entities are not restarted in the other node. I'm not sure if this 
is an expected behavior or an issue.

The logs in the case of Rebalancing when the second node starts: 
http://pastebin.com/f0PPAyNP

The logs in the case of Remember Entities when shutdown the second node: 
http://pastebin.com/8Vqpd8pQ

I tried different configurations (including bind-hostname and 
enabled-transport for netty tcp) but at this time I have no idea why this 
is not working. Something related with HandOffStopMessage and 
GracefulShutdown maybe?

Any help will be appreciated.

Thanks,
Gabriel.

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