Details
-
Sub-task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
since index CFSes are "private," they won't be streamed with other sstables. which is good, because the normal partitioner logic wouldn't stream the right parts anyway.
seems like the right solution is to extend SSTW.maybeRecover to rebuild indexes as well. (this has the added benefit of being able to use streaming as a relatively straightforward "bulk loader.")