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

Jonathan Ellis commented on CASSANDRA-5996:
-------------------------------------------

Marcus points out that we're already going down this path with CASSANDRA-5960, 
so +1 in theory.

Does this mean that we always create a LeveledManifest now?

{code}
+            int maxSizeInMB = 
(int)((cfs.getCompactionStrategy().getMaxSSTableSize()) / (1024L * 1024L));
+            LeveledManifest manifest =  LeveledManifest.create(cfs, 
maxSizeInMB, sstables);
 {code}
                
> Remove leveled manifest json migration code
> -------------------------------------------
>
>                 Key: CASSANDRA-5996
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5996
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Marcus Eriksson
>            Assignee: Marcus Eriksson
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: 0001-remove-old-json-manifest-migration-code.patch
>
>
> We should remove the json leveled manifest migration code from 2.1
> this will require users to atleast start 2.0 before upgrading to 2.1 
> (manifest is migrated on startup).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to