Re: Alternative seed providers

2011-10-31 Thread Kyle Quest
Dynamically generating static node config files is definitely a good solution though it has its limitations too :-) Do you know what kind of pluggable seeds they have at Netflix? On Sun, Oct 30, 2011 at 10:20 PM, Edward Capriolo wrote: > On Sun, Oct 30, 2011 at 11:27 PM, Kyle Quest wr

Re: cassandra.yaml mysteries :-)

2011-10-31 Thread Kyle Quest
your > own that say, query some service over the network to get the list of seeds. > So the parameters have to be generic for that to work and having > the parameters be a Map is simple and generic enough. > > -- > Sylvain > > On Mon, Oct 31, 2011 at 4:21 AM, Kyle Quest wro

Alternative seed providers

2011-10-30 Thread Kyle Quest
I'm experimenting with a couple of alternative seed providers (Zeroconf/Bonjour and Zookeeper based) and I wonder if anybody else tried to do something similar (and hit a dead end)...

cassandra.yaml mysteries :-)

2011-10-30 Thread Kyle Quest
I noticed a couple of things about the yaml configs in Cassandra: seed_provider: # Addresses of hosts that are deemed contact points. # Cassandra nodes use this list of hosts to find each other and learn # the topology of the ring. You must change this if you are running # multiple