Re: Bootstraping a new node

2017-09-29 Thread Jeff Jirsa
ase. Pay >> CLOSE attention to the caveats. Bootstrapping w/o streaming risks data >> inconsistencies for the cluster as you are allowing reads to be performed on >> a node with token ranges assigned, but no data. >> >> -- Jacob Shadix >> >>> On Fri

Re: Bootstraping a new node

2017-09-29 Thread Jean Carlo
> inconsistencies for the cluster as you are allowing reads to be performed > on a node with token ranges assigned, but no data. > > -- Jacob Shadix > > On Fri, Sep 29, 2017 at 4:30 AM, Jean Carlo > wrote: > >> >> Hello cassandra community >> >> W

Re: Bootstraping a new node

2017-09-29 Thread Jacob Shadix
risks data inconsistencies for the cluster as you are allowing reads to be performed on a node with token ranges assigned, but no data. -- Jacob Shadix On Fri, Sep 29, 2017 at 4:30 AM, Jean Carlo wrote: > > Hello cassandra community > > When bootstraping a new node, there is a w

Bootstraping a new node

2017-09-29 Thread Jean Carlo
Hello cassandra community When bootstraping a new node, there is a way to say to cassandra from which DC make the streaming ? Or there is a way to just join the machine to the cluster just calculating the new tokens ( I am using vnodes) and not making any streaming to later make a rebuild from