caiconghui commented on a change in pull request #4112: URL: https://github.com/apache/incubator-doris/pull/4112#discussion_r456230960
########## File path: be/src/olap/tablet.h ########## @@ -222,6 +222,8 @@ class Tablet : public BaseTablet { void build_tablet_report_info(TTabletInfo* tablet_info); void generate_tablet_meta_copy(TabletMetaSharedPtr new_tablet_meta) const; + // caller should hold the _meta_load before calling this method Review comment: ```suggestion // caller should hold the _meta_lock before calling this method ``` ---------------------------------------------------------------- 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. 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