Re: Service discovery in the Cassandra cluster

2017-05-02 Thread Roman Naumenko
le of IPs and > designate them as seeds so your cluster can mostly manage itself, you can > say that's sad, but I'd say it's a small price to pay for all that you > don't have to do. > > Steve > > On Mon, May 1, 2017 at 4:55 PM, Roman Naumenko > wrote: >

Re: Service discovery in the Cassandra cluster

2017-05-01 Thread Roman Naumenko
the cluster and as an optimization to spread gossip faster. > That’s it. > > > > On May 1, 2017, at 4:37 PM, Roman Naumenko wrote: > > Well, I guess I have to figure out what’s up with IPs/hostnames by > experiment. > Information about service discovery is practical

Re: Service discovery in the Cassandra cluster

2017-05-01 Thread Roman Naumenko
ed#what-are-seeds> > > The DataStax docs are maintained outside of the project, you’ll have to ask > them why they’re wrong or misleading. > > Jon > >> On May 1, 2017, at 4:10 PM, Roman Naumenko > <mailto:ro...@sproutling.com>> wrote: >> >>

Re: Service discovery in the Cassandra cluster

2017-05-01 Thread Roman Naumenko
Where does it say IP addresses are a requirement? > >> On May 1, 2017, at 1:36 PM, Roman Naumenko wrote: >> >> If I understand how Cassandra nodes work, they must contain a list of seed’s >> IP addressed in config file. >> >> This requirement makes cluster s

Re: Seed nodes as part of cluster

2017-05-01 Thread Roman Naumenko
nodes, etc.). > > ... > > Daemeon C.M. Reiydelle > USA (+1) 415.501.0198 > London (+44) (0) 20 8144 9872 > > On Mon, May 1, 2017 at 2:05 PM, Roman Naumenko <mailto:ro...@sproutling.com>> wrote: > So they are like any other “data” node… but special? > > I’m s

Re: Seed nodes as part of cluster

2017-05-01 Thread Roman Naumenko
So they are like any other “data” node… but special? I’m so freaking confused by this seed nodes design. — Roman > On May 1, 2017, at 1:37 PM, vasu gunja wrote: > > Seed will contain meta data + actual data too > > On Mon, May 1, 2017 at 3:34 PM, Roman Naumenko <mailto:ro

Service discovery in the Cassandra cluster

2017-05-01 Thread Roman Naumenko
If I understand how Cassandra nodes work, they must contain a list of seed’s IP addressed in config file. This requirement makes cluster setup unnecessarily complicated. Is it possible to use DNS name for seed nodes? Thanks, — Roman -

Seed nodes as part of cluster

2017-05-01 Thread Roman Naumenko
Hi, I’d like to confirm that seed nodes doesn’t contain any data. Is it correct? Can the instances for seed nodes be smaller size than for data nodes? Thank you Roman - To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.o