Re: Question about how DataStax python driver chooses a coordinator

2014-02-05 Thread Tyler Hobbs
On Wed, Feb 5, 2014 at 2:45 PM, Sameer Farooqui wrote: > Does the new DataStax Python Driver 1.0.0 intelligently choose a > coordinator that is also likely to be a replica partner for that row-key > when using vnodes in C* 2.0? If so, how does it do it... just hash the > row-key and see which part

Question about how DataStax python driver chooses a coordinator

2014-02-05 Thread Sameer Farooqui
Does the new DataStax Python Driver 1.0.0 intelligently choose a coordinator that is also likely to be a replica partner for that row-key when using vnodes in C* 2.0? If so, how does it do it... just hash the row-key and see which partition range it falls in and which node owns that range? Here is