This is an automated email from the ASF dual-hosted git repository.

airborne pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new aed0cc8ba02 [Fix](inverted index) remove duplicate stats of 
inverted_index_query_cache_miss #36707 (#38580)
aed0cc8ba02 is described below

commit aed0cc8ba028eb7a11492113d9997f9371bb37d3
Author: airborne12 <[email protected]>
AuthorDate: Wed Jul 31 19:18:58 2024 +0800

    [Fix](inverted index) remove duplicate stats of 
inverted_index_query_cache_miss #36707 (#38580)
    
    cherry pick from #36707
---
 be/src/olap/rowset/segment_v2/inverted_index_reader.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp 
b/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp
index 4e7fb3b3a55..a97c933e4a1 100644
--- a/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp
+++ b/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp
@@ -321,7 +321,6 @@ Status FullTextIndexReader::query(OlapReaderStatistics* 
stats, RuntimeState* run
         if (cache_status.ok()) {
             return Status::OK();
         }
-        stats->inverted_index_query_cache_miss++;
         FulltextIndexSearcherPtr* searcher_ptr = nullptr;
 
         InvertedIndexCacheHandle inverted_index_cache_handle;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to