gavinchou commented on code in PR #50275: URL: https://github.com/apache/doris/pull/50275#discussion_r2054443891
########## be/src/io/cache/cached_remote_file_reader.cpp: ########## @@ -45,6 +45,8 @@ namespace doris::io { bvar::Adder<uint64_t> s3_read_counter("cached_remote_reader_s3_read"); bvar::LatencyRecorder g_skip_cache_num("cached_remote_reader_skip_cache_num"); bvar::Adder<uint64_t> g_skip_cache_sum("cached_remote_reader_skip_cache_sum"); +bvar::Adder<uint64_t> g_skip_local_cache_io_sum_bytes( + "cached_remote_reader_skip_local_cache_io_sum_bytes"); Review Comment: suggest naming cached_remote_reader_skip_local_cache_io_bytes -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org