caiconghui commented on a change in pull request #4061: URL: https://github.com/apache/incubator-doris/pull/4061#discussion_r452589021
########## File path: be/src/http/action/meta_action.cpp ########## @@ -60,13 +60,11 @@ Status MetaAction::_handle_header(HttpRequest* req, std::string* json_meta) { LOG(WARNING) << "no tablet for tablet_id:" << tablet_id << " schema hash:" << schema_hash; return Status::InternalError("no tablet exist"); } - OLAPStatus s = - TabletMetaManager::get_json_meta(tablet->data_dir(), tablet_id, schema_hash, json_meta); Review comment: this problem is introduced by #1946 , tablet will do meta checkpoint periodly ---------------------------------------------------------------- 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