You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/07/10 02:28:26 UTC

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #4061: [Bug]Support get all rowset meta info in memory from tablet meta url

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org