zxealous commented on code in PR #17710:
URL: https://github.com/apache/doris/pull/17710#discussion_r1133406320


##########
be/src/vec/exec/scan/new_olap_scanner.cpp:
##########
@@ -528,6 +528,20 @@ void NewOlapScanner::_update_counters_before_close() {
                    stats.inverted_index_searcher_open_timer);
     COUNTER_UPDATE(olap_parent->_inverted_index_searcher_search_timer,
                    stats.inverted_index_searcher_search_timer);
+    
+    COUNTER_UPDATE(olap_parent->_num_local_io_total, 
stats.file_cache_stats.num_local_io_total);

Review Comment:
   FileCacheStatistics is not defined in OlapReaderStatistics?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to