On Sat, Jan 29, 2011 at 11:38 PM, Chris Goffinet <c...@chrisgoffinet.com> wrote:
> For nodes that might have a drive failure, but same ip address, what do you > think about supplying the node's same token + autobootstrap set to true? This > process works in trunk, but not all the data seems to be streamed over from > it's replicas. This would provide the option to not let a node take on reads > until replicas stream the SSTables over and would eliminate the alternative > approach of forcing higher consistency levels. FWIW, this is the same operational concept as CASSANDRA-768 ("my node is broken and I want it to take writes but not reads until it's fixed"), but using bootstrapping instead of Hinted Handoff : https://issues.apache.org/jira/browse/CASSANDRA-768 And I continue to think it's a good idea for operators to have this capability... :) =Rob