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

Jonathan Ellis commented on CASSANDRA-1415:
-------------------------------------------

New patchset:

01 is refactoring to set up 02

02 adds SESSION_FINISHED reply so bootstrap target has time to do 
post-streaming 2ary index building before source declares it finished

03 - 05 are old 01 - 03

06 split 2ary index build out from bloom/row index build, and move into stream 
session post-process that we set up in 02.  also, bloom/row index construction 
moved into SSTableWriter.Builder and is now run on CompactionManager

07 is cleanup of KeyIterator code

08 is bug fixes:
    - index writes that happen during index-build process
    - fix circular Table.open during index creation by passing Table object to 
CFS instead of String
    - avoid writing empty index sstables


> Allow creating indexes on existing data
> ---------------------------------------
>
>                 Key: CASSANDRA-1415
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1415
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 0.7 beta 1
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.7 beta 2
>
>         Attachments: 
> 0001-clean-up-FileStatus-and-rename-to-StreamReply.-updates.txt, 
> 0002-add-SESSION_FINISHED-reply.txt, 0003-Table.rebuildIndex.txt, 
> 0004-extract-addIndex-method.txt, 
> 0005-allow-addIndex-to-create-indexes-that-did-not-previous.txt, 
> 0006-split-2ary-index-build-out-from-bloom-row-index-build-.txt, 
> 0007-remove-IKeyIterator-and-move-ICompactionInfo-implement.txt, 
> 0008-bug-fixes.txt
>
>
> (This ticket is only for the index-CF creation part, not for the thrift API 
> changes, which may come for free from CASSANDRA-1285)

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