Revert "Merge 'sstables: add versioning to the sstable_set ' from Wojciech Mitros"
This reverts commit31909515b3, reversing changes made toef97adc72a. It shows many serious regressions in dtest. Fixes #8197.
This commit is contained in:
@@ -67,7 +67,7 @@ future<> view_update_generator::start() {
|
||||
// Exploit the fact that sstables in the staging directory
|
||||
// are usually non-overlapping and use a partitioned set for
|
||||
// the read.
|
||||
auto ssts = make_lw_shared<sstables::sstable_set>(sstables::make_partitioned_sstable_set(s, false));
|
||||
auto ssts = make_lw_shared<sstables::sstable_set>(sstables::make_partitioned_sstable_set(s, make_lw_shared<sstable_list>(sstable_list{}), false));
|
||||
for (auto& sst : sstables) {
|
||||
ssts->insert(sst);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user