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

Jonathan Ellis commented on CASSANDRA-1683:
-------------------------------------------

bq. Consider bootstrapping an empty node to relieve write pressure on a cluster

This isn't bootstrapping though, this is saying "join the cluster immediately 
even though you don't have any data for the range you're claiming 
responsibility for."

If that's really what you want you can still do it by copying another node's 
Schema cf files but it's basically never the right thing to do.

bq. No node should serve read/writes if there is no schema

Right, but that's a subset of what I'm claiming: no node should serve reads if 
it doesn't have the data it's claiming it has.

> Bootstrapped node (autobootstrap==false) starts receiving writes before 
> schema is propagated.
> ---------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1683
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1683
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7 beta 1
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>             Fix For: 0.7.0
>
>         Attachments: 
> v2-0001-non-bootstrap-nodes-wait-for-schema-propagation.txt
>
>
> This is what generates the 
> {code}org.apache.cassandra.db.UnserializableColumnFamilyException: Couldn't 
> find cfId=1016{code} errors.

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

Reply via email to