Checksumming

2011-10-31 Thread Bill Hastings
how does checksumming in Cassandra work? If there is a bit rot it is detected but how is it fixed? let's say a key column has been corrupted and the corruption is detected. How is it fixed?

Re: Bootstrap source code

2010-05-05 Thread Bill Hastings
: > AbstractReplicationStrategy.getWriteEndpoints is where bootstrapping > nodes get added as write destinations. > > On Tue, May 4, 2010 at 6:02 PM, Bill Hastings > wrote: > > Hi > > > > I did some more looking. It looks like on bootstrap the token gets added > to > > the bootstrapToke

Re: Bootstrap source code

2010-05-04 Thread Bill Hastings
ss > is that this will (eventually) be solved/repaired thanks to hinted handoff > and anti entropy service. > > > > > > On 2 maj 2010, at 18.29em, Bill Hastings wrote: > > > >> Hi > >> > >> I have looking at the bootstrap source and seem t