Re: Atomic Batch: Maintaining consistency between tables

2016-02-04 Thread Carlos Alonso
Hi, The coordinator will send mutations to all required replicas and wait for required acknowledgements to fulfil consistency level. Regards Carlos Alonso | Software Engineer | @calonso On 4 February 2016 at 11:56, wrote: > Hello, > > > > I read in the documentat

Atomic Batch: Maintaining consistency between tables

2016-02-04 Thread aeljami.ext
Hello, I read in the documentation DataStax : "The coordinator node might also need to work hard to process a logged batch while maintaining consistency between tables" It means that the coordinator send the mutations to all replica nodes and waits for RF acknowledgements ? or only one node o