This commit is contained in:
bowang 2022-05-17 12:22:51 -07:00
parent 488fff9b64
commit ab4de77d23

View File

@ -121,9 +121,9 @@ Status PartitionIndexReader::CacheDependencies(const ReadOptions& ro,
CachableEntry<Block> index_block;
{
Status s =
GetOrReadIndexBlock(false /* no_io */, ro, nullptr /* get_context */,
&lookup_context, &index_block);
Status s = GetOrReadIndexBlock(false /* no_io */, ro.rate_limiter_priority,
nullptr /* get_context */, &lookup_context,
&index_block);
if (!s.ok()) {
return s;
}