Vijay created CASSANDRA-4358:
--------------------------------

             Summary: 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