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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to