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 01:41:24 UTC

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

morningman commented on a change in pull request #4061:
URL: https://github.com/apache/incubator-doris/pull/4061#discussion_r452577718



##########
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:
       Why are some rowset meta not in rocksdb but only in memory?
   Is this part of rowset meta not effective?




----------------------------------------------------------------
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