[
https://issues.apache.org/jira/browse/CASSANDRA-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748036#action_12748036
]
Sandeep Tata commented on CASSANDRA-375:
----------------------------------------
We do this when we're trying to get the endPoints for a read (regular
getStorageEndPoints instead of getStorageEndPointsForWrite). We don't want to
involve any of the bootstrap nodes for reads -- so we simply pass in a null.
(The tokenToEndPointMap won't contain any bootstrap nodes anyway).
> 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.