eldenmoon commented on code in PR #57702:
URL: https://github.com/apache/doris/pull/57702#discussion_r2536508069


##########
be/src/olap/tablet_meta.cpp:
##########
@@ -149,10 +152,12 @@ TabletMeta::TabletMeta(int64_t table_id, int64_t 
partition_id, int64_t tablet_id
                        int64_t time_series_compaction_empty_rowsets_threshold,
                        int64_t time_series_compaction_level_threshold,
                        TInvertedIndexFileStorageFormat::type 
inverted_index_file_storage_format,
-                       TEncryptionAlgorithm::type tde_algorithm)
+                       TEncryptionAlgorithm::type tde_algorithm,
+                       bool is_external_segment_meta_used_default)
         : _tablet_uid(0, 0),
           _schema(new TabletSchema),
-          _delete_bitmap(new DeleteBitmap(tablet_id)) {
+          _delete_bitmap(new DeleteBitmap(tablet_id)),
+          
_is_external_segment_meta_used_default(is_external_segment_meta_used_default) {

Review Comment:
   "storage_format" = "V3" 开启后 _is_external_segment_meta_used_default 
在创建tablet的时候会设置成true



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