This is an automated email from the ASF dual-hosted git repository.
eldenmoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 0db0b180da7 [Fix](inverted index) remove duplicate stats of
inverted_index_query_cache_miss (#36707)
0db0b180da7 is described below
commit 0db0b180da754c5d218d06a988c015c5cab95eba
Author: airborne12 <[email protected]>
AuthorDate: Mon Jun 24 11:15:40 2024 +0800
[Fix](inverted index) remove duplicate stats of
inverted_index_query_cache_miss (#36707)
inverted_index_query_cache_miss is already processed in
handle_query_cache function
---
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 757b8539330..a91dfe169d5 100644
--- a/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp
+++ b/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp
@@ -375,7 +375,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]