[
https://issues.apache.org/jira/browse/CASSANDRA-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737417#action_12737417
]
Sandeep Tata commented on CASSANDRA-213:
----------------------------------------
Attached a preliminary patch. There are a few corner cases (such as failures
during bootstrap) that don't work yet.
I should be able to iron out the rest of this over the weekend.
Sammy -- perhaps you want to get a head start on reviewing this.
I haven't switched to the more IO efficient approach that Jonathan suggested
above yet.
You can test the current patch by running something like:
bin/nodeprobe -host 1.2.3.4 bootstrap 1.2.3.5
^^^ ^^^
an existing node new node
> complete bootstrap code
> -----------------------
>
> Key: CASSANDRA-213
> URL: https://issues.apache.org/jira/browse/CASSANDRA-213
> Project: Cassandra
> Issue Type: New Feature
> Components: Core
> Reporter: Jonathan Ellis
> Assignee: Sandeep Tata
> Priority: Critical
> Fix For: 0.4
>
> Attachments: 213-v1.patch
>
>
> The bootstrap code sends files from
> DatabaseDescriptor.getBootstrapFileLocation to the node that is joining the
> ring, but nothing actually puts files into that directory.
> There are probably other bugs / omissions we will find as we flesh this out.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.