You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sandeep Tata (JIRA)" <ji...@apache.org> on 2009/10/21 02:09:59 UTC

[jira] Issue Comment Edited: (CASSANDRA-501) Bootstrap broken in 0.4.1

    [ https://issues.apache.org/jira/browse/CASSANDRA-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768021#action_12768021 ] 

Sandeep Tata edited comment on CASSANDRA-501 at 10/21/09 12:09 AM:
-------------------------------------------------------------------

Applicable for 0.4.1, not useful for trunk.

trunk runs:

for (int i=0; i< targets_.length; i++)
{
                tokenMetadata_.update(tokens_[i], targets_[i], false);
}

before calling getRangesWithSourceTarget(), so it won't have this problem. We should probably fix the unit test so we catch this in the future.



      was (Author: sandeep_tata):
    Applicable for 0.4.1, not useful for trunk.

  
> Bootstrap broken in 0.4.1
> -------------------------
>
>                 Key: CASSANDRA-501
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-501
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.4
>         Environment: all
>            Reporter: Sandeep Tata
>            Assignee: Sandeep Tata
>             Fix For: 0.4
>
>         Attachments: bootstrapfix-v1.patch
>
>
> Bootstrap fails with NPE in 0.4.1 when you start a node with the -b option

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.