pengxiangyu commented on a change in pull request #8663:
URL: https://github.com/apache/incubator-doris/pull/8663#discussion_r838146549



##########
File path: be/src/olap/tablet_meta.h
##########
@@ -82,8 +82,8 @@ class TabletMeta {
     TabletMeta(int64_t table_id, int64_t partition_id, int64_t tablet_id, 
int32_t schema_hash,
                uint64_t shard_id, const TTabletSchema& tablet_schema, uint32_t 
next_unique_id,
                const std::unordered_map<uint32_t, uint32_t>& 
col_ordinal_to_unique_id,
-               TabletUid tablet_uid, TTabletType::type tabletType,
-               TStorageMedium::type t_storage_medium);
+               TabletUid tablet_uid, TTabletType::type tabletType, 
TStorageMedium::type t_storage_medium,
+               const std::string& remote_storage_name);

Review comment:
       Only remote_storage_name is needed in meta, it is a key used to get 
remote params from fe.
   The config of storage is saved in fe.




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

To unsubscribe, e-mail: [email protected]

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