You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2009/08/26 17:19:59 UTC

[jira] Commented: (CASSANDRA-375) Echo writes to bootstrapping nodes

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

Jonathan Ellis commented on CASSANDRA-375:
------------------------------------------

Why do we sometimes want to pass null in for the bootstrap map?

        List<Token> tokenList = getStorageTokens(token, tokenToEndPointMap, null);


> Echo writes to bootstrapping nodes
> ----------------------------------
>
>                 Key: CASSANDRA-375
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-375
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>         Environment: All
>            Reporter: Sandeep Tata
>            Assignee: Sandeep Tata
>             Fix For: 0.5
>
>         Attachments: 375-v2.patch, 375.patch
>
>
> Writes that arrive during bootstrap need to be sent to the r replicas as well as the new node being bootstrapped. In the current code, only the existing replicas get the writes that arrive during bootstrap.

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