You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2013/11/11 19:13:18 UTC

[jira] [Comment Edited] (CASSANDRA-6296) Bootstrapping a new node should not require much compaction when leveled compaction is used

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

T Jake Luciani edited comment on CASSANDRA-6296 at 11/11/13 6:13 PM:
---------------------------------------------------------------------

But does it stream the same range from multiple replicas? or does it fetch different ranges?  If it's the latter then this would still work with leveled, since there would be no overlap.


was (Author: tjake):
But does it stream the same range from multiple replicas? or does it fetch different ranges?  If it's the former then this would still work with leveled, since there would be no overlap.

> Bootstrapping a new node should not require much compaction when leveled compaction is used
> -------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-6296
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6296
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: T Jake Luciani
>            Priority: Minor
>
> boostrapping a new node currently requires recompacting all data.  In the case of leveled compaction we already have the data in non-overlapping levels. Since we stream from a single host for a single range this shouldn't require any compaction if the sstable is > level 0



--
This message was sent by Atlassian JIRA
(v6.1#6144)