fix migration update major sstable do not specify merge type issue
This commit is contained in:
		@ -2087,7 +2087,8 @@ int ObStorageHATabletBuilderUtil::inner_update_tablet_table_store_with_major_(
 | 
			
		||||
                            SCN::min_scn()/*clog_checkpoint_scn*/,
 | 
			
		||||
                            true/*need_check_sstable*/,
 | 
			
		||||
                            true/*allow_duplicate_sstable*/,
 | 
			
		||||
                            &medium_info_list);
 | 
			
		||||
                            &medium_info_list,
 | 
			
		||||
                            ObMergeType::MAJOR_MERGE/*merge_type*/);
 | 
			
		||||
    if (tablet->get_storage_schema().get_version() < storage_schema.get_version()) {
 | 
			
		||||
      SERVER_EVENT_ADD("storage_ha", "schema_change_need_merge_tablet_meta",
 | 
			
		||||
                      "tenant_id", MTL_ID(),
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user