replica/database: make_multishard_streaming_reader(): expose buffer_hint parameter

Expose the buffer hint functionality added by the previous commits, to
callers of make_multishard_streaming_reader(). All callers disable it
currently, it will be used in the next patch.
This commit is contained in:
Botond Dénes
2024-11-06 09:01:02 -05:00
parent 3c25e6fcb4
commit e2344e28b6
4 changed files with 44 additions and 14 deletions

View File

@@ -2326,7 +2326,7 @@ SEASTAR_THREAD_TEST_CASE(test_multishard_streaming_reader) {
return dht::to_partition_range(*next);
}
return std::nullopt;
}, gc_clock::now());
}, gc_clock::now(), {});
auto close_tested_reader = deferred_close(tested_reader);
auto reader_factory = [db = &env.db()] (