mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 20:27:03 +00:00
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:
@@ -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()] (
|
||||
|
||||
Reference in New Issue
Block a user