remove old mds code

This commit is contained in:
hiddenbomb
2023-09-10 08:40:31 +00:00
committed by ob-robot
parent f32a2298e8
commit 0cedfb8ea9
10 changed files with 22 additions and 164 deletions

View File

@ -4711,8 +4711,8 @@ int ObTablet::get_storage_schema_for_transfer_in(
}
if (OB_FAIL(ret)) {
} else if (OB_FAIL(storage_schema.deep_copy(tablet_storage_schema, &allocator))) {
LOG_WARN("failed to get tx data from tablet", K(ret), K(ls_id), K(tablet_id), KPC(tablet_storage_schema));
} else if (OB_FAIL(storage_schema.init(allocator, *tablet_storage_schema))) {
LOG_WARN("failed to init storage schema", K(ret), K(ls_id), K(tablet_id), KPC(tablet_storage_schema));
} else {
int64_t old_column_cnt = storage_schema.get_column_count();
int64_t old_schema_version = storage_schema.get_schema_version();