Re: Bootstrap code

2015-07-06 Thread Sebastian Estevez
For 2.1- https://github.com/apache/cassandra/blob/cassandra-2.1/src/java/org/apache/cassandra/dht/BootStrapper.java#L61 All the best, [image: datastax_logo.png] Sebastián Estévez Solutions Architect | 954 905 8615 | sebastian.este...@datastax.com [image: linkedin.p

Bootstrap code

2015-07-03 Thread Bill Hastings
Hi All Can someone please point me to where the code for bootstrapping a new node exists? -- Cheers Bill

Re: Bootstrap code path

2012-07-02 Thread Sylvain Lebresne
On Sun, Jul 1, 2012 at 3:31 PM, Bill Hastings wrote: > Could someone please tell me where I should start looking at code to > understand how cassandra bootstrap process works? The bootstrap phase pretty much start in the bootstrap() method in StorageService.java, though a good part of the code is

Bootstrap code path

2012-07-01 Thread Bill Hastings
Could someone please tell me where I should start looking at code to understand how cassandra bootstrap process works? I am sure it is complicated but I have time. Also is my understanding correct that the new nodes that are added are not joining the ring till the bootstrap process is complete i.e