airborne12 commented on code in PR #47634: URL: https://github.com/apache/doris/pull/47634#discussion_r1947553552
########## be/src/olap/rowset/segment_v2/inverted_index_file_reader.h: ########## @@ -86,6 +89,8 @@ class InvertedIndexFileReader { mutable std::shared_mutex _mutex; // Use mutable for const read operations bool _inited = false; InvertedIndexFileInfo _idx_file_info; + + DorisCallOnce<Status> _inverted_index_file_reader_init; Review Comment: delete -- 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