Re: changing ip's ...

2011-03-08 Thread David McNelis
I've run into this issue as well when running a test instance on my laptop. In the office (where I set it up) I have no issues, go outside the office on a different network, different story. I'll try your suggestion, Aaron. On Tue, Mar 8, 2011 at 12:43 AM, Sasha Dolgy wrote: > One of the issue

Re: changing ip's ...

2011-03-08 Thread Sasha Dolgy
One of the issues with ec2 is after a reboot. the internal ip changes.this caused a a big problem for me yesterday. On Mar 8, 2011 2:29 AM, "aaron morton" wrote: > Not this fits your problem, but if you pass -Dcassandra.load_ring_state=false as a JVM option it will stop the node from loading

Re: changing ip's ...

2011-03-07 Thread aaron morton
Not this fits your problem, but if you pass -Dcassandra.load_ring_state=false as a JVM option it will stop the node from loading the saved endpoints. It should then rediscover them via gossip. It sounds like you've changed a seed ip is that correct? Not sure there are any other implications wi

changing ip's ...

2011-03-07 Thread Sasha Dolgy
hi there, is there an easy way to 'un-mess' things when the ip of a server is changed? updating the cassandra.yaml didn't help. when the member with the changed ip comes up, it's fine ... but other members in the ring don't see it and keep the old ip address regardless of the yaml changing