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: [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]