From ab4de77d236dbd21162b19fc5996ef0b68cea783 Mon Sep 17 00:00:00 2001 From: bowang Date: Tue, 17 May 2022 12:22:51 -0700 Subject: [PATCH] udpates. --- table/block_based/partitioned_index_reader.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/table/block_based/partitioned_index_reader.cc b/table/block_based/partitioned_index_reader.cc index d9923ce08..13f732ab7 100644 --- a/table/block_based/partitioned_index_reader.cc +++ b/table/block_based/partitioned_index_reader.cc @@ -121,9 +121,9 @@ Status PartitionIndexReader::CacheDependencies(const ReadOptions& ro, CachableEntry 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; }