If I understand correctly this is controlled by setting `auto_bootstrap`.
If it is set to true (the default), once the node joins the cluster it will
have some portion of the data assigned to it, and its data will be streamed
to it from the other nodes. Once the data has finished streaming only the
not work as expected.
>
> I'm not sure if it answers your question, but makes sense ? > Craig.
>
> Is this understanding correct ? > C* professionals.
>
> Thanks,
> Hiro
>
> On Fri, May 24, 2019 at 10:49 AM Craig Pastro wrote:
> >
> > Dear Hiro,
&g
> by seeing quorum of replications,
> and write with ANY returns by writing mostly one replication, so they
> don't overlap in that case.
> It would be great if anyone can clarify this.
>
> Thanks,
> Hiro
>
>
> On Thu, May 23, 2019 at 3:53 PM Craig Pastro wrote:
>
Hello!
I am trying to understand the consistency level (not serial consistency)
required for LWTs. Basically what I am trying to understand is that if a
consistency level of ONE is enough for a LWT write operation if I do my
read with a consistency level of SERIAL?
It would seem so based on what