chaoyli commented on a change in pull request #1337: Be refactor optimize meta
tool new
URL: https://github.com/apache/incubator-doris/pull/1337#discussion_r295265862
##########
File path: be/src/olap/tablet_meta_manager.cpp
##########
@@ -157,10 +157,12 @@ OLAPStatus TabletMetaManager::load_json_header(DataDir*
store, const std::string
if (!ret) {
return OLAP_ERR_HEADER_LOAD_JSON_HEADER;
}
+
std::string meta_binary;
tablet_meta_pb.SerializeToString(&meta_binary);
TTabletId tablet_id = tablet_meta_pb.tablet_id();
TSchemaHash schema_hash = tablet_meta_pb.schema_hash();
+ std::cout << "start to save meta" << std::endl;
Review comment:
redundant line
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]