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

Sylvain Lebresne commented on CASSANDRA-4358:
---------------------------------------------

Wouldn't CASSANDRA-4341 make this much less useful?

bq. at the Least it might be better for us to avoid thrift traffic until the 
compaction completes

You can already start the node without thrift up. So imo it will be much less 
fragile to let user do that and start thrift once they consider the new node 
"stable" enough rather than trying to do that automatically.
                
> Delay Joining the ring until bootstrap and its compaction completes
> -------------------------------------------------------------------
>
>                 Key: CASSANDRA-4358
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4358
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.1.1, 1.2
>            Reporter: Vijay
>            Priority: Minor
>             Fix For: 1.2
>
>
> LCS adds a lot of small SST's while bootstrapping a node (after streaming), 
> followed by a large amount of compactions. 
> We might want to do the following to speedup the compaction and reduce the 
> impact to the incoming traffic:
> 1) Delay the node from joining the ring and wait until the node settles down 
> with compactions.
> 2) Un-throttle the compactions and do it ASAP.
> 3) Once the node settles down we can enable thrift and join the ring.
> at the Least it might be better for us to avoid thrift traffic until the 
> compaction completes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to