Thx! 2011/3/8 aaron morton <aa...@thelastpickle.com>: > AFAIK yes. The node marks itself as bootstrapped whenever it starts, and > will not re-bootstrap once that it set. > More info here > http://wiki.apache.org/cassandra/Operations#Bootstrap > Hope that helps. > Aaron > On 8/03/2011, at 9:35 PM, Maki Watanabe wrote: > > Hello, > According to the Wiki/StorageConfiguration page, auto_bootstrap is > described as below: > ---- > auto_bootstrap > Set to 'true' to make new [non-seed] nodes automatically migrate the > right data to themselves. (If no InitialToken is specified, they will > pick one such that they will get half the range of the most-loaded > node.) If a node starts up without bootstrapping, it will mark itself > bootstrapped so that you can't subsequently accidently bootstrap a > node with data on it. (You can reset this by wiping your data and > commitlog directories.) > ---- > > Does it mean "auto_bootstrap" setting affects only at initial boot? > Will Cassandra just ignore this setting at subsequent boot? > > Thanks, > > maki > >
-- w3m