To be thorough, token ranges do not overlap per DC. Ranges in different DCs do overlap as the token distribution is different.
Le mer. 31 août 2016 10:51, Moshe Levy <[email protected]> a écrit : > > > . > P > > On Wednesday, 31 August 2016, Alexander DEJANOVSKI <[email protected]> > wrote: > >> Hi Siddharth, >> >> yes, we are sure token ranges will never overlap (I think the start token >> in describering output is excluded and the end token included). >> >> You can get per host information in the Datastax Java driver using : >> >> Set<TokenRange> rangesForKeyspace = cluster.getMetadata() >> .getTokenRanges(keyspaceName, host); >> Bye, >> >> Alex >> >> Le mar. 30 août 2016 à 10:04, Siddharth Verma < >> [email protected]> a écrit : >> >>> Hi , >>> Can we be sure that, token ranges in nodetool describering will be non >>> overlapping? >>> >>> Thanks >>> Siddharth Verma >>> >>
